Skip to content

Commit

Permalink
ci: update build.yml (fixed #14) (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Oct 12, 2022
1 parent 7f892b1 commit 6a6c1ec
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 @@ -18,13 +18,13 @@ jobs:
sudo apt install coreutils p7zip-full qemu-user-static
- name: Checkout CustomPiOS
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: 'guysoft/CustomPiOS'
path: CustomPiOS

- name: Checkout Project Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: repository
submodules: true
Expand Down

0 comments on commit 6a6c1ec

Please sign in to comment.