Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Feb 14, 2025
1 parent a0de324 commit 0d1741f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
mingw-w64-x86_64-gcc-fortran
mingw-w64-x86_64-clang
mingw-w64-x86_64-cmake
mingw-w64-x86_64-ninja
mingw-w64-x86_64-make
mingw-w64-x86_64-libaec
mingw-w64-x86_64-libpng
mingw-w64-x86_64-openjpeg2
Expand All @@ -55,7 +55,7 @@ jobs:
mkdir build
cd build
cmake .. -DBUILD_SHARED_LIB=${{matrix.sharedlib}} -DMAKE_FTN_API=ON
cmake --build .
make VERBOSE=1
- name: test
run: |
Expand Down

0 comments on commit 0d1741f

Please sign in to comment.