We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093a121 commit fed6ea6Copy full SHA for fed6ea6
.github/workflows/ci_windows.yml
@@ -52,7 +52,7 @@ jobs:
52
mingw-w64-x86_64-gcc-fortran
53
python
54
python-pip
55
- mingw-w64-python-fypp
+ mingw-w64-x86_64-python-fypp
56
cmake
57
ninja
58
mingw-w64-x86_64-minizip-ng
fpm.toml
@@ -9,6 +9,9 @@ copyright = "2019-2021 stdlib contributors"
9
test-drive.git = "https://github.com/fortran-lang/test-drive"
10
test-drive.tag = "v0.4.0"
11
12
+[build]
13
+link = ["minizip-ng"]
14
+
15
[preprocess]
16
[preprocess.cpp]
17
suffixes = [".F90", ".f90"]
0 commit comments