From 85ee1544aded7bd3292fed9de26b27d079651c8e Mon Sep 17 00:00:00 2001 From: Roman Pahl Date: Mon, 6 Nov 2023 19:31:09 +0100 Subject: [PATCH] remove tcl install as it seems already to be installed --- .github/workflows/check-linux.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/check-linux.yaml b/.github/workflows/check-linux.yaml index 7e4949a..c9cc675 100644 --- a/.github/workflows/check-linux.yaml +++ b/.github/workflows/check-linux.yaml @@ -37,9 +37,6 @@ jobs: http-user-agent: ${{ matrix.config.http-user-agent }} use-public-rspm: true - - name: Install Tcl - run: sudo apt-get install -y tcl - - uses: r-lib/actions/setup-r-dependencies@v2 with: extra-packages: any::rcmdcheck