diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 952dce76c64..2ceed6e4c35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -297,12 +297,12 @@ jobs: #- name: "Build Project" #LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake --build build --target all --config Release -- -j4 - - name: Print Summary - shell: bash -l {0} - run: | - #cd build - #cat libnetcdff.settings - find . | grep -i libnetcdff.settings +# - name: Print Summary +# shell: bash -l {0} +# run: | +# #cd build +# #cat libnetcdff.settings +# find . | grep -i libnetcdff.settings - name: Build All shell: bash -l {0} @@ -529,13 +529,13 @@ jobs: #- name: "Build Project" #LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake --build build --target all --config Release -- -j4 - - name: Print Summary - shell: msys2 {0} - #shell: bash -l {0} - run: | - #cd build - #cat libnetcdff.settings - find . | grep -i libnetcdff.settings +# - name: Print Summary +# shell: msys2 {0} +# #shell: bash -l {0} +# run: | +# #cd build +# #cat libnetcdff.settings +# find . | grep -i libnetcdff.settings - name: Build All shell: msys2 {0} @@ -706,12 +706,12 @@ jobs: #- name: "Build Project" #LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake --build build --target all --config Release -- -j4 - - name: Print Summary - shell: bash -l {0} - run: | - #cd build - #cat libnetcdff.settings - find . | grep -i libnetcdff.settings +# - name: Print Summary +# shell: bash -l {0} +# run: | +# #cd build +# #cat libnetcdff.settings +# find . | grep -i libnetcdff.settings - name: Build All shell: bash -l {0}