From c55e2f28ff97fc031440e431da386ad5cd9e797f Mon Sep 17 00:00:00 2001 From: Jacob Keeler Date: Fri, 4 Mar 2022 13:31:18 -0500 Subject: Update coverity build process to account for different tool versions (#3873) --- .github/workflows/sdl_core_github_ci_coverity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/sdl_core_github_ci_coverity.yml b/.github/workflows/sdl_core_github_ci_coverity.yml index c3cbec5893..124691080a 100644 --- a/.github/workflows/sdl_core_github_ci_coverity.yml +++ b/.github/workflows/sdl_core_github_ci_coverity.yml @@ -51,7 +51,7 @@ jobs: - name: unzip run: tar zxvf coverity_tool.tgz - name: Build - run: make install-3rd_party && make install_python_dependencies && ./cov-analysis-linux64-2020.09/bin/cov-build --dir cov-int make -j `nproc` install + run: make install-3rd_party && make install_python_dependencies && ./cov-analysis-linux64-*/bin/cov-build --dir cov-int make -j `nproc` install - name: Set Library Path run: echo "LD_LIBRARY_PATH=$THIRD_PARTY_INSTALL_PREFIX/lib:." >> $GITHUB_ENV - name: Compress Coverity -- cgit v1.2.1