Skip to content

Commit 093a121

Browse files
committed
Use msys2 package
1 parent f63e4a3 commit 093a121

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,11 @@ jobs:
5252
mingw-w64-x86_64-gcc-fortran
5353
python
5454
python-pip
55+
mingw-w64-python-fypp
5556
cmake
5657
ninja
5758
mingw-w64-x86_64-minizip-ng
5859
59-
- name: Install fypp (MSYS)
60-
if: contains(matrix.msystem, 'MSYS')
61-
run: pacman -S --noconfirm python-pipx && pipx install fypp
62-
6360
- name: Install fypp (MinGW)
6461
if: contains(matrix.msystem, 'MINGW')
6562
run: pip install fypp

0 commit comments

Comments
 (0)