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 da5c41a commit 4a41e7e
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 @@ -25,7 +25,7 @@ jobs:
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 -o --noconfirm'
sed -i "/value : 'glvnd'/c\ value : 'gl'," src/glu-9.0.3/meson_options.txt
sed -i "/value : 'glvnd'/c\ value : 'osmesa'," 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
Expand Down

0 comments on commit 4a41e7e

Please sign in to comment.