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 0dc899b commit 3142864Copy full SHA for 3142864
.github/workflows/nintendo.yml
@@ -30,13 +30,14 @@ jobs:
30
- uses: actions/checkout@v4
31
with:
32
fetch-depth: '0'
33
-
+
34
+ # NOTE: meson has no dependencies, so --break-system-packages doesn't really break anything!
35
- name: Setup Meson
36
run: |
37
sudo apt-get update
38
sudo apt-get install python3 python3-pip -y --no-install-recommends
39
python3 -m pip install --upgrade pip
- pip install meson
40
+ pip install meson --break-system-packages
41
42
- name: Setup ninja
43
0 commit comments