Skip to content

Commit

Permalink
Fix windows CI action. (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
acolwell authored Dec 19, 2024
1 parent 69adb68 commit 31ebb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
msystem: mingw64
update: true
install: git base-devel mingw-w64-x86_64-wget unzip mingw-w64-x86_64-cc mingw-w64-x86_64-python3
install: git base-devel mingw-w64-x86_64-wget unzip mingw-w64-x86_64-cc mingw-w64-x86_64-python3 mingw-w64-x86_64-pkg-config

- name: Install Natron pacman repository
run: |
Expand Down

0 comments on commit 31ebb48

Please sign in to comment.