[ci] Upgrade to wpiformat 2025.69 (#8394)

This commit is contained in:
Tyler Veness
2025-11-17 14:36:32 -08:00
committed by GitHub
parent ce6fd225a6
commit aba592bec0
3 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: Install wpiformat - name: Install wpiformat
run: | run: |
python -m venv ${{ runner.temp }}/wpiformat python -m venv ${{ runner.temp }}/wpiformat
${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.48 ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.69
- name: Run - name: Run
run: ${{ runner.temp }}/wpiformat/bin/wpiformat -default-branch 2027 run: ${{ runner.temp }}/wpiformat/bin/wpiformat -default-branch 2027
- name: Check output - name: Check output
@@ -78,7 +78,7 @@ jobs:
- name: Install wpiformat - name: Install wpiformat
run: | run: |
python -m venv ${{ runner.temp }}/wpiformat python -m venv ${{ runner.temp }}/wpiformat
${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.48 ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.69
- name: Create compile_commands.json - name: Create compile_commands.json
run: | run: |
./gradlew generateCompileCommands -Ptoolchain-optional-roboRio ./gradlew generateCompileCommands -Ptoolchain-optional-roboRio