Skip to content

Commit 3d78e08

Browse files
authored
Update publish.yml
1 parent 63293ad commit 3d78e08

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
- uses: r-lib/actions/setup-r@v2
2121
with:
2222
use-public-rspm: true
23-
23+
24+
- name: Install cURL Headers
25+
run: sudo apt-get update | sudo apt-get install libcurl4-openssl-dev
26+
2427
- name: Install environment
2528
run: source("setup-environment.R")
2629
shell: Rscript {0}
@@ -30,4 +33,4 @@ jobs:
3033
with:
3134
target: gh-pages
3235
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)