Bump wpilib to latest dev (#1327)

This commit is contained in:
Matt
2024-05-26 14:02:07 -05:00
committed by GitHub
parent ed08e2a78f
commit 98633e9150
17 changed files with 300 additions and 16 deletions

View File

@@ -149,7 +149,7 @@ jobs:
- run: git fetch --tags --force
- run: |
chmod +x gradlew
./gradlew photon-lib:build --max-workers 1
./gradlew photon-targeting:build photon-lib:build --max-workers 1
- run: ./gradlew photon-lib:publish photon-targeting:publish
name: Publish
env:
@@ -180,7 +180,7 @@ jobs:
- name: Build PhotonLib
run: |
chmod +x gradlew
./gradlew photon-lib:build --max-workers 1
./gradlew photon-targeting:build photon-lib:build --max-workers 1
- name: Publish
run: |
chmod +x gradlew