[ci] Upgrade to wpiformat 2026.56 (#8666)

This commit is contained in:
Tyler Veness
2026-03-13 13:15:01 -07:00
committed by GitHub
parent f196418297
commit 907bf05607
14 changed files with 35 additions and 58 deletions

View File

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