Skip to content

Commit

Permalink
Try to install binary package directly
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Aug 1, 2024
1 parent 093a121 commit fed6ea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
mingw-w64-x86_64-gcc-fortran
python
python-pip
mingw-w64-python-fypp
mingw-w64-x86_64-python-fypp
cmake
ninja
mingw-w64-x86_64-minizip-ng
Expand Down
3 changes: 3 additions & 0 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ copyright = "2019-2021 stdlib contributors"
test-drive.git = "https://github.com/fortran-lang/test-drive"
test-drive.tag = "v0.4.0"

[build]
link = ["minizip-ng"]

[preprocess]
[preprocess.cpp]
suffixes = [".F90", ".f90"]
Expand Down

0 comments on commit fed6ea6

Please sign in to comment.