diff --git a/.github/install-dependency-packages.sh b/.github/install-dependency-packages.sh index e4b1cf67..2d03462a 100755 --- a/.github/install-dependency-packages.sh +++ b/.github/install-dependency-packages.sh @@ -8,7 +8,6 @@ set -e GENERAL_PACKAGE_LIST_LINUX=( python gcc - gcc-libs clang make cmake diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c24f2a5c..1de4181f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,7 +260,6 @@ jobs: run: meson install -C build-iguana ### run tests - name: TEST automatic tests and sanitizers - if: ${{ matrix.mode != 'coverage' }} run: | echo -e "\e[1;35m[NOTE]: log files are found in artifact 'logs_build_iguana_${{ matrix.mode }}' \e[0m" meson test -C build-iguana