Skip to content

Commit

Permalink
[ci] Upgrade to wpiformat 2024.51 (wpilibsuite#7573)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Dec 22, 2024
1 parent d0cc7e4 commit 19d385d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
python-version: '3.12'
- name: Install wpiformat
run: pip3 install wpiformat==2024.50
run: pip3 install wpiformat==2024.51
- name: Run
run: wpiformat
- name: Check output
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
with:
python-version: '3.12'
- name: Install wpiformat
run: pip3 install wpiformat==2024.50
run: pip3 install wpiformat==2024.51
- name: Create compile_commands.json
run: |
./gradlew generateCompileCommands -Ptoolchain-optional-roboRio
Expand Down

0 comments on commit 19d385d

Please sign in to comment.