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.
if: runner.os == 'Linux'
1 parent 4b1c6fb commit d797810Copy full SHA for d797810
.github/workflows/check_help_text.yml
@@ -13,7 +13,6 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Install dependencies (Linux)
16
- if: runner.os == 'Linux'
17
run: sudo apt install cmake ninja-build python3 build-essential libusb-1.0-0-dev
18
19
- name: Checkout Pico SDK
.github/workflows/check_precompiled.yml
run: sudo apt install cmake ninja-build python3 build-essential gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib libusb-1.0-0-dev
0 commit comments