Skip to content

Commit fed6ea6

Browse files
committed
Try to install binary package directly
1 parent 093a121 commit fed6ea6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
mingw-w64-x86_64-gcc-fortran
5353
python
5454
python-pip
55-
mingw-w64-python-fypp
55+
mingw-w64-x86_64-python-fypp
5656
cmake
5757
ninja
5858
mingw-w64-x86_64-minizip-ng

fpm.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ copyright = "2019-2021 stdlib contributors"
99
test-drive.git = "https://github.com/fortran-lang/test-drive"
1010
test-drive.tag = "v0.4.0"
1111

12+
[build]
13+
link = ["minizip-ng"]
14+
1215
[preprocess]
1316
[preprocess.cpp]
1417
suffixes = [".F90", ".f90"]

0 commit comments

Comments
 (0)