From 756ef5907260757f17a31dd2ec723481870c0c2c Mon Sep 17 00:00:00 2001 From: Roman Pahl Date: Mon, 6 Nov 2023 19:16:44 +0100 Subject: [PATCH] install non-dev tcl --- .github/workflows/check-linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-linux.yaml b/.github/workflows/check-linux.yaml index c72c60a..7e4949a 100644 --- a/.github/workflows/check-linux.yaml +++ b/.github/workflows/check-linux.yaml @@ -38,7 +38,7 @@ jobs: use-public-rspm: true - name: Install Tcl - run: sudo apt-get install -y tcl8.6-dev + run: sudo apt-get install -y tcl - uses: r-lib/actions/setup-r-dependencies@v2 with: