Skip to content

Commit

Permalink
Update publish_site.yml
Browse files Browse the repository at this point in the history
There are problems with libcurl4-openssl-dev mirrors.
As in [1]. Attempt with [2] solution.
[1] actions/runner-images#5470
[2] actions/runner-images#3640
  • Loading branch information
mrutkowski-aero authored Oct 13, 2023
1 parent 8383bad commit 4658f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

- name: Install tools
run: |
sudo apt-get update
sudo apt install -y pandoc libxml2-dev libssl-dev libcurl4-openssl-dev r-base r-base-dev;
sudo apt install -y libharfbuzz-dev libfribidi-dev;
sudo R -e "install.packages('devtools')";
Expand Down

0 comments on commit 4658f88

Please sign in to comment.