Skip to content

Commit

Permalink
removed old degrib2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Oct 31, 2024
1 parent afc51f0 commit f08514d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
mkdir build
cd build
# Windows CI fails when building with shared libs, turn off
cmake -DUSE_OpenJPEG=ON -DUSE_Jasper=OFF -DBUILD_SHARED_LIBS=OFF -DLOGGING=ON -DUSE_AEC=ON -DBUILD_G2C=OFF ..
cmake -DUSE_OpenJPEG=ON -DUSE_Jasper=OFF -DBUILD_SHARED_LIBS=OFF -DLOGGING=ON -DUSE_AEC=ON ..
cmake --build .
- name: test
Expand Down

0 comments on commit f08514d

Please sign in to comment.