Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Nov 30, 2024
1 parent 0ab8b00 commit 02dfdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
distribution: "temurin"
java-version: "17"
- name: "Install RoboRIO toolchain"
if: ${{ matrix.name }} == "Athena"
if: ${{ matrix.name }} == 'Athena'
run: ./gradlew :akit:installRoboRioToolchain
- name: "Build and test"
run: ./gradlew :akit:build ${{ matrix.build-options }}
Expand Down

0 comments on commit 02dfdde

Please sign in to comment.