Skip to content

Commit

Permalink
build: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 authored Apr 13, 2022
1 parent 565ae4d commit 46d9651
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
- uses: spacemeowx2/devkitpro-action@latest
- uses: spacemeowx2/devkitpro-action@v2
with:
libnx-rev: 9865dbf92177c358b88fa7542b628d8a8a2a9d74
cmd: make -j8

- name: Upload built files
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
pushd Atmosphere-libs
git reset --hard origin/master
popd
- uses: spacemeowx2/devkitpro-action@latest
- uses: spacemeowx2/devkitpro-action@v2
with:
libnx-rev: master
cmd: make -j8

- name: Upload built files
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
- uses: spacemeowx2/devkitpro-action@latest
- uses: spacemeowx2/devkitpro-action@v2
with:
libnx-rev: 9865dbf92177c358b88fa7542b628d8a8a2a9d74
cmd: make -j8
- name: Pack
run: |
Expand Down

0 comments on commit 46d9651

Please sign in to comment.