Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lsteinmann authored Dec 13, 2023
1 parent 0661fc4 commit 9a6a4c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
uses: actions/checkout@v3

- name: Get libcurl
run: sudo apt-get -y install libcurl4-openssl-dev
run: |
sudo apt-get update
sudo apt-get -y install libcurl4-openssl-dev --fix-missing
- name: Setup R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 9a6a4c8

Please sign in to comment.