Skip to content

Commit

Permalink
workflows: fix switch build......
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpasjuste committed May 16, 2022
1 parent 193ed36 commit 25d11bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/switch-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
wget https://github.com/Cpasjuste/pacman-packages/raw/switch-libarchive/switch/libarchive/libarchive-3.3.2.patch
chown -R nobody ../libarchive
sudo -E -u nobody dkp-makepkg
dkp-pacman -U *.pkg.tar.xz
dkp-pacman -U --noconfirm *.pkg.tar.xz
# TODO: remove when merged
- name: Update SDL2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/switch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
wget https://github.com/Cpasjuste/pacman-packages/raw/switch-libarchive/switch/libarchive/libarchive-3.3.2.patch
chown -R nobody ../libarchive
sudo -E -u nobody dkp-makepkg
dkp-pacman -U *.pkg.tar.xz
dkp-pacman -U --noconfirm *.pkg.tar.xz
- name: Update SDL2
run: |
Expand Down

0 comments on commit 25d11bb

Please sign in to comment.