Skip to content

Commit

Permalink
Upgrade to wpiformat 2024.41 (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Sep 21, 2024
1 parent 0d70520 commit 9b45fa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
python-version: 3.12

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

- run: pnpm run fmt

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
with:
python-version: 3.12

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

- name: Create compile_commands.json
working-directory: choreolib
Expand Down Expand Up @@ -162,7 +162,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 9b45fa5

Please sign in to comment.