From 059fd8797bc46479e5cf34af328065498c23a360 Mon Sep 17 00:00:00 2001 From: John Benninghoff Date: Fri, 5 Apr 2024 14:36:50 -0500 Subject: [PATCH] Add workaround --- .github/workflows/missing-deps.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/missing-deps.yaml b/.github/workflows/missing-deps.yaml index 7c8e1eb2..84af69b3 100644 --- a/.github/workflows/missing-deps.yaml +++ b/.github/workflows/missing-deps.yaml @@ -20,6 +20,10 @@ jobs: - uses: r-lib/actions/setup-r@v2 - uses: r-lib/actions/setup-renv@v2 + + - name: Workaround for https://github.com/actions/runner-images/pull/9586 + run: rm -f $HOME/.curlrc + - name: Install dependencies run: renv::install("jabenninghoff/rdev") shell: Rscript {0}