We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118f7db commit e4b3e25Copy full SHA for e4b3e25
1 file changed
.github/workflows/switch.yml
@@ -16,10 +16,9 @@ jobs:
16
- name: Install dependencies
17
run: |
18
sudo apt-get update
19
- sudo apt-get install -y ninja-build python3-venv python3-pip
+ sudo apt-get install -y ninja-build
20
sudo apt-get remove -y cmake
21
sudo dkp-pacman -R --noconfirm switch-tinyxml2 # devkitPro's tinyxml2 is too old and causes build issues
22
- pip install --break-system-packages cryptography # libultraship
23
export CFLAGS="${CFLAGS} -include strings.h" # weird libzip error (pulled in by LUS) that only happens in CI and not for SoH
24
git -C libultraship remote add nx https://github.com/Net64DD/libultraship.git
25
git -C libultraship fetch nx
0 commit comments