Skip to content

Commit d797810

Browse files
committed
Remove if: runner.os == 'Linux' where not needed
Keep the step name "Install dependencies (Linux)" in case dependencies change later, to make changing all of them simpler
1 parent 4b1c6fb commit d797810

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/check_help_text.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Install dependencies (Linux)
16-
if: runner.os == 'Linux'
1716
run: sudo apt install cmake ninja-build python3 build-essential libusb-1.0-0-dev
1817

1918
- name: Checkout Pico SDK

.github/workflows/check_precompiled.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Install dependencies (Linux)
16-
if: runner.os == 'Linux'
1716
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
1817

1918
- name: Checkout Pico SDK

0 commit comments

Comments
 (0)