[ci] Upgrade to wpiformat 2024.44 (#7256)

This makes the C identifier list scanner correctly handle single quotes
in numeric literals.
This commit is contained in:
Tyler Veness
2024-10-22 16:19:12 -07:00
committed by GitHub
parent 28ac2e3554
commit cbc9264468
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Install wpiformat
run: pip3 install wpiformat==2024.42
run: pip3 install wpiformat==2024.44
- name: Run wpiformat
run: wpiformat
- name: Run spotlessApply

View File

@@ -27,7 +27,7 @@ jobs:
with:
python-version: '3.10'
- name: Install wpiformat
run: pip3 install wpiformat==2024.42
run: pip3 install wpiformat==2024.44
- name: Run
run: wpiformat
- name: Check output
@@ -66,7 +66,7 @@ jobs:
with:
python-version: '3.10'
- name: Install wpiformat
run: pip3 install wpiformat==2024.42
run: pip3 install wpiformat==2024.44
- name: Create compile_commands.json
run: |
./gradlew generateCompileCommands -Ptoolchain-optional-roboRio