diff --git a/.github/workflows/ci_cmake.yml b/.github/workflows/ci_cmake.yml index a64ba77454..a00918de10 100644 --- a/.github/workflows/ci_cmake.yml +++ b/.github/workflows/ci_cmake.yml @@ -69,11 +69,10 @@ jobs: wget --retry-connrefused --waitretry=30 --read-timeout=30 --timeout=30 --tries=20 --no-clobber --quiet --directory-prefix=/tmp/libidn11-download/ http://ftp.de.debian.org/debian/pool/main/libi/libidn/libidn11_1.33-3_amd64.deb sudo dpkg -i /tmp/libidn11-download/libidn11_1.33-3_amd64.deb - - name: Setup toolchain - uses: seqan/actions/setup-toolchain@main + - name: Setup compiler + uses: seqan/actions/setup-compiler@main with: compiler: ${{ matrix.compiler }} - use_actions_cache: false - name: Configure tests run: | diff --git a/.github/workflows/cron_api.yml b/.github/workflows/cron_api.yml index 0ad66a475b..ded933a21d 100644 --- a/.github/workflows/cron_api.yml +++ b/.github/workflows/cron_api.yml @@ -46,11 +46,10 @@ jobs: path: seqan3/submodules/seqan fetch-depth: 1 - - name: Setup toolchain - uses: seqan/actions/setup-toolchain@main + - name: Setup compiler + uses: seqan/actions/setup-compiler@main with: compiler: gcc-${{ matrix.compiler }} - use_actions_cache: false - name: Install CMake uses: seqan/actions/setup-cmake@main diff --git a/.github/workflows/cron_avx2.yml b/.github/workflows/cron_avx2.yml index 7108eb891e..246a59d21e 100644 --- a/.github/workflows/cron_avx2.yml +++ b/.github/workflows/cron_avx2.yml @@ -45,11 +45,10 @@ jobs: repository: seqan/seqan path: seqan3/submodules/seqan - - name: Setup toolchain - uses: seqan/actions/setup-toolchain@main + - name: Setup compiler + uses: seqan/actions/setup-compiler@main with: compiler: gcc-${{ matrix.compiler }} - use_actions_cache: false - name: Install CMake uses: seqan/actions/setup-cmake@main diff --git a/.github/workflows/cron_latest_libraries.yml b/.github/workflows/cron_latest_libraries.yml index 697f07b0d6..97ab6838e3 100644 --- a/.github/workflows/cron_latest_libraries.yml +++ b/.github/workflows/cron_latest_libraries.yml @@ -68,11 +68,10 @@ jobs: repository: seqan/seqan path: seqan3/submodules/seqan - - name: Setup toolchain - uses: seqan/actions/setup-toolchain@main + - name: Setup compiler + uses: seqan/actions/setup-compiler@main with: compiler: gcc-${{ matrix.compiler }} - use_actions_cache: false - name: Install CMake uses: seqan/actions/setup-cmake@main diff --git a/.github/workflows/ram_usage.yml b/.github/workflows/ram_usage.yml index c14764d3d4..768da23eea 100644 --- a/.github/workflows/ram_usage.yml +++ b/.github/workflows/ram_usage.yml @@ -43,11 +43,10 @@ jobs: path: seqan3/submodules/seqan fetch-depth: 1 - - name: Setup toolchain - uses: seqan/actions/setup-toolchain@main + - name: Setup compiler + uses: seqan/actions/setup-compiler@main with: compiler: gcc-${{ github.event.inputs.compiler }} - use_actions_cache: false - name: Install CMake uses: seqan/actions/setup-cmake@main