Skip to content

Commit

Permalink
Add workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jabenninghoff committed Apr 5, 2024
1 parent b50e029 commit 059fd87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/missing-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 059fd87

Please sign in to comment.