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 dae9da9 commit 4ccb6a5Copy full SHA for 4ccb6a5
.github/workflows/build.yml
@@ -177,7 +177,7 @@ jobs:
177
run: |
178
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
179
- name: Install prerequisites (Ubuntu)
180
- if: runner.os == 'Linux' && runner.arch == 'X64'
+ if: runner.os == 'Linux' && runner.environment == 'github-hosted'
181
run: sudo apt install libftdi1-2 libhidapi-hidraw0
182
183
- name: Test default stuff runs
@@ -193,3 +193,4 @@ jobs:
193
194
./bin/riscv32-unknown-elf-gcc --version
195
./bin/riscv32-unknown-elf-gdb --version
196
+
0 commit comments