Skip to content

Commit

Permalink
[INFRA] Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Aug 11, 2023
1 parent 05c4347 commit fdb16a1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/cron_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/cron_avx2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/cron_latest_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ram_usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdb16a1

Please sign in to comment.