Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Jan 9, 2025
1 parent 7238eff commit 5ed1d63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ jobs:
- name: "Install Python dependencies"
if: matrix.classifier != 'linuxarm64'
run: pip install requests
- name: Install arm64 toolchain
if: matrix.classifier == 'linuxarm64'
run: curl -SL https://github.com/wpilibsuite/opensdk/releases/download/v2025-1/arm64-bookworm-2025-x86_64-linux-gnu-Toolchain-12.2.0.tgz | sh -c 'mkdir -p /usr/local && cd /usr/local && tar xzf - --strip-components=2'
- name: "Build and test"
run: ./gradlew :akit:build -Ponly${{ matrix.classifier }} -PskipJava=1
- name: "Development: Publish local"
Expand Down

0 comments on commit 5ed1d63

Please sign in to comment.