From 3f5d89fba887fc4aa08c8b7900d474cfd7b65163 Mon Sep 17 00:00:00 2001 From: mjreno Date: Sat, 9 Sep 2023 17:20:15 -0400 Subject: [PATCH] nc5 --- .github/workflows/ci.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) 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}