Skip to content

Commit 9e27b0a

Browse files
committed
Add rasbpian too
1 parent beebd2d commit 9e27b0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dist.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ jobs:
8888
needs: [setup_concurrency, build]
8989
strategy:
9090
max-parallel: ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
91-
fail-fast: false
9291
matrix:
9392
os: ["ubuntu-22.04", "macos-13", "windows-2022"]
9493
python_version:
@@ -161,7 +160,7 @@ jobs:
161160
matrix:
162161
container:
163162
- wpilib/roborio-cross-ubuntu:2025-22.04-py313
164-
# - wpilib/raspbian-cross-ubuntu:2025-bookworm-22.04-py313
163+
- wpilib/raspbian-cross-ubuntu:2025-bookworm-22.04-py313
165164

166165
container:
167166
image: "${{ matrix.container }}"

0 commit comments

Comments
 (0)