We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9462f93 commit 7f53aa0Copy full SHA for 7f53aa0
1 file changed
.github/workflows/coverity-scan.yml
@@ -99,6 +99,11 @@ jobs:
99
env:
100
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
101
102
+ - name: install AWSSDK
103
+ run: |
104
+ COMPILER=${{ matrix.config.compiler }} AWSSDK=YES INSTALL_PATH=${HOME}/environments/${{ matrix.config.compiler }}-${{ matrix.hdf5 }}-${{ matrix.netcdf }}-${{ matrix.cgns }} ./install-tpl.sh
105
+ ls ${HOME} && ls ${HOME}/environments && ls ${HOME}/environments/${{ matrix.config.compiler }}-${{ matrix.hdf5 }}-${{ matrix.netcdf }}-${{ matrix.cgns }} && ls ${HOME}/environments/${{ matrix.config.compiler }}-${{ matrix.hdf5 }}-${{ matrix.netcdf }}-${{ matrix.cgns }}/lib
106
+
107
- name: Run cmake
108
shell: bash -l {0}
109
run: |
0 commit comments