Skip to content

Commit

Permalink
Fix running Python on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Jun 11, 2024
1 parent 908a530 commit 57ef02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build firmware
run: make
- name: Check c_cpp_properties.json
run: tools/check_c_cpp_properties.py
run: python3 tools/check_c_cpp_properties.py

build_simulator:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 57ef02f

Please sign in to comment.