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 7086bb0 commit c40c01b
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 @@ -26,7 +26,7 @@ jobs:
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 : 'egl'," src/glu-9.0.3/meson_options.txt
sudo -E -u builduser bash -c 'dkp-makepkg -s -i -L --noconfirm'
sudo -E -u builduser bash -c 'dkp-makepkg -s -i --noconfirm'
rsync -a ./pkg/switch-glu/opt/devkitpro/ /opt/devkitpro/
- name: Checkout repo
uses: actions/checkout@v1
Expand Down

0 comments on commit c40c01b

Please sign in to comment.