Skip to content

Commit

Permalink
refactor: seperate steps in build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Oct 30, 2024
1 parent f81a1aa commit 38201b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
needs: setup
runs-on: ubuntu-latest
steps:
- name: workspace
run: ${{ github.workspace }} && ls ${{ github.workspace }}
- name: pwd
run: pwd && ls
- name: home
run: ${HOME} && ls ${HOME}
- name: Build main
run: |
mkdir build && cd build
Expand Down

0 comments on commit 38201b0

Please sign in to comment.