Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Physton committed Nov 9, 2023
1 parent 699ce62 commit 2b1ffc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Create folder ${{ env.TARGET }}
run: mkdir /${{ env.TARGET }}
run: sudo mkdir /${{ env.TARGET }}

- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

steps:
- name: Create folder ${{ env.TARGET }}
run: mkdir /${{ env.TARGET }}
run: sudo mkdir /${{ env.TARGET }}

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 2b1ffc8

Please sign in to comment.