Skip to content

Commit

Permalink
Fix travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Oct 28, 2020
1 parent 1745c0c commit 8bbabcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=install -DBUILD_MPI=OFF
make -j4
cat install/share/nceplibs-external.cmake.config
cat install/modules/esmf/8.0.0
2 changes: 1 addition & 1 deletion .github/workflows/macos-clanggfortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=install -DBUILD_MPI=OFF
make -j4
cat install/share/nceplibs-external.cmake.config
cat install/modules/esmf/8.0.0
2 changes: 1 addition & 1 deletion .github/workflows/macos-gccgfortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=install -DBUILD_MPI=OFF
make -j4
cat install/share/nceplibs-external.cmake.config
cat install/modules/esmf/8.0.0

0 comments on commit 8bbabcf

Please sign in to comment.