Skip to content

Commit

Permalink
Upgrade to wpiformat 2024.41 (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Sep 21, 2024
1 parent 8bbce85 commit f2f29b1
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 @@ -24,7 +24,7 @@ jobs:
with:
python-version: 3.12

- run: pip3 install wpiformat==2024.40
- run: pip3 install wpiformat==2024.41

- run: wpiformat

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
echo "CXX=clang++" >> $GITHUB_ENV
echo "CXXFLAGS=-stdlib=libc++" >> $GITHUB_ENV
- run: pip3 install wpiformat==2024.40
- run: pip3 install wpiformat==2024.41

- name: Create compile_commands.json
run: cmake -B build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=YES
Expand Down

0 comments on commit f2f29b1

Please sign in to comment.