From da5c41a33f281c880ee648cdf43645543ad65349 Mon Sep 17 00:00:00 2001 From: Craftyawesome Date: Fri, 31 May 2024 21:17:45 -0400 Subject: [PATCH] Update switch.yml --- .github/workflows/switch.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/switch.yml b/.github/workflows/switch.yml index ddf2acf158..f8b42e199b 100644 --- a/.github/workflows/switch.yml +++ b/.github/workflows/switch.yml @@ -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