Skip to content

Commit

Permalink
Fix workflow run triggers. Update windows build flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Sep 26, 2024
1 parent 1193e1a commit 12c17c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
install: >-
curl
git
pacman -S mingw-w64-ucrt-x86_64-gcc
pacman -S mingw-w64-ucrt-x86_64-gtkmm3
pacman -S mingw-w64-ucrt-x86_64-boost
pacman -S mingw-w64-ucrt-x86_64-sqlite3
pacman -S mingw-w64-ucrt-x86_64-cmake
pacman -S mingw-w64-ucrt-x86_64-python-matplotlib
pacman -S mingw-w64-ucrt-x86_64-python-sympy
mingw-w64-ucrt-x86_64-gcc
mingw-w64-ucrt-x86_64-gtkmm3
mingw-w64-ucrt-x86_64-boost
mingw-w64-ucrt-x86_64-sqlite3
mingw-w64-ucrt-x86_64-cmake
mingw-w64-ucrt-x86_64-python-matplotlib
mingw-w64-ucrt-x86_64-python-sympy
- name: Authenticate GitHub CLI
run: gh auth setup-git
Expand Down

0 comments on commit 12c17c2

Please sign in to comment.