Skip to content

Commit

Permalink
Use 'python3' instead of 'python'
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Feb 4, 2024
1 parent 1c58897 commit a21e645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:

- name: Register custom Vcpkg triplet file
working-directory: ./scripts
run: python add_vcpkg_triplet.py
run: python3 add_vcpkg_triplet.py

- name: Install assets
working-directory: ./scripts
run: python install_assets.py --skip-fonts
run: python3 install_assets.py --skip-fonts

- name: Generate build files
run: |
Expand Down

0 comments on commit a21e645

Please sign in to comment.