Skip to content

Commit

Permalink
Update switch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftyawesome committed May 31, 2024
1 parent 202772e commit baca084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
wget https://github.com/devkitPro/pacman-packages/raw/cca41277164ba517ee221e2bd4fb9e2cd7ae959e/switch/ftgl/PKGBUILD
wget https://github.com/devkitPro/pacman-packages/raw/cca41277164ba517ee221e2bd4fb9e2cd7ae959e/switch/ftgl/ftgl-2.4.0-fix_libftgl_la_sources.patch
wget https://github.com/devkitPro/pacman-packages/raw/cca41277164ba517ee221e2bd4fb9e2cd7ae959e/switch/ftgl/ftgl-2.4.0-install_pkgconfig.patch
sudo -E -u builduser bash -c 'sudo chmod 777 . -R && dkp-makepkg -s -i -L --noconfirm'
sudo -E -u builduser bash -c 'sudo chmod 777 . -R && dkp-makepkg -d -s -i -L --noconfirm'
- name: Checkout repo
uses: actions/checkout@v1
Expand Down

0 comments on commit baca084

Please sign in to comment.