Skip to content

Commit

Permalink
Update switch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftyawesome committed Jun 1, 2024
1 parent 473b1c0 commit da5c41a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
wget https://github.com/devkitPro/pacman-packages/raw/master/switch/glu/PKGBUILD
wget https://github.com/devkitPro/pacman-packages/raw/master/switch/glu/LICENSE
dkp-pacman -S dkp-meson-scripts --noconfirm --needed
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 -o --noconfirm'
sed -i "/value : 'glvnd'/c\ value : 'gl'," src/glu-9.0.3/meson_options.txt
sudo -E -u builduser bash -c 'dkp-makepkg -s -i -L --noconfirm'
rsync -a ./pkg/switch-glu/opt/devkitpro/ /opt/devkitpro/
- name: Checkout repo
uses: actions/checkout@v1
Expand Down

0 comments on commit da5c41a

Please sign in to comment.