Skip to content

Commit

Permalink
Install fypp from msys2 package
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Aug 1, 2024
1 parent 88f754b commit 99d31af
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
mingw-w64-${{ matrix.arch }}-gcc
mingw-w64-${{ matrix.arch }}-gcc-fortran
mingw-w64-${{ matrix.arch }}-python
mingw-w64-${{ matrix.arch }}-python-pip
mingw-w64-${{ matrix.arch }}-python-fypp
mingw-w64-${{ matrix.arch }}-python-setuptools
mingw-w64-${{ matrix.arch }}-cmake
mingw-w64-${{ matrix.arch }}-ninja
Expand All @@ -50,14 +50,10 @@ jobs:
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-fortran
python
python-pip
mingw-w64-x86_64-python-fypp
cmake
ninja
- name: Install fypp
run: pip install fypp


- run: >-
PATH=$PATH:/mingw64/bin/ cmake
-Wdev
Expand Down

0 comments on commit 99d31af

Please sign in to comment.