Skip to content

Commit

Permalink
Add platform to rio build
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Turner <[email protected]>
  • Loading branch information
spacey-sooty committed Oct 22, 2024
1 parent f0b291f commit 91ac726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
cmake -G Ninja -B build -S . --toolchain toolchain-config.cmake
cmake --build build
- run: ./gradlew publish ${{ matrix.build-options }}
- run: ./gradlew publish -Pplatform=arm-frc2024-linux-gnueabi
name: Build with Gradle
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 91ac726

Please sign in to comment.