Skip to content

Commit

Permalink
add linux libraries for ss3 to update-pkgdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
e-perl-NOAA authored Nov 13, 2024
1 parent 594a79c commit 3d0de10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: update linux packages
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get install --only-upgrade libstdc++6
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 3d0de10

Please sign in to comment.