We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a0dd9 commit 2fb92e8Copy full SHA for 2fb92e8
.github/workflows/basic_checks.yml
@@ -19,15 +19,3 @@ jobs:
19
# brew install automake coreutils mpich gnu-sed
20
- name: Check for ASCII encoding
21
run: ./tools/check_encoding.py
22
- #run: |
23
- #export CC=gcc-9
24
- #export FC=gfortran-9
25
- #export CXX=g++-9
26
- #mkdir build
27
- #cd build
28
- #cmake -DCMAKE_INSTALL_PREFIX=$PWD/../install .. 2>&1 | tee log.cmake
29
- #make -j8 2>&1 | tee log.make
30
- #cd ..
31
- #ls -l install/bin/ESMF_Info
32
- #ls -l install/bin/wgrib2
33
- #cat install/share/nceplibs-external.cmake.config
0 commit comments