From 06eb5394c4c11a69e08b464dfeac8d2ccb2ed6c5 Mon Sep 17 00:00:00 2001 From: Philip Leifeld Date: Mon, 19 Aug 2024 18:47:24 +0200 Subject: [PATCH] Updated GitHub actions --- .github/workflows/build-and-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-check.yml b/.github/workflows/build-and-check.yml index d73d1b29..f184fae4 100644 --- a/.github/workflows/build-and-check.yml +++ b/.github/workflows/build-and-check.yml @@ -163,7 +163,7 @@ jobs: rDNA-check: runs-on: ${{ matrix.config.os }} - needs: [install-system-dependencies, install-r-dependencies] + needs: [DNA, install-system-dependencies, install-r-dependencies] name: ${{ matrix.config.os }} (${{ matrix.config.r }}) strategy: fail-fast: false @@ -215,7 +215,7 @@ jobs: rDNA-test: runs-on: ubuntu-latest - needs: [install-system-dependencies, install-r-dependencies] + needs: [DNA, install-system-dependencies, install-r-dependencies] steps: - uses: actions/checkout@v3 - uses: r-lib/actions/setup-r@v2