Skip to content

Commit

Permalink
Added ubuntu update before dependencies installation (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrutkowski-aero authored Oct 16, 2023
1 parent 8383bad commit 4286448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_site_for_review.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
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 4286448

Please sign in to comment.