Skip to content

Commit

Permalink
add linux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chantelwetzel-noaa committed Nov 13, 2024
1 parent 5c00d74 commit c3c8d77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
- name: Checkout github repository, in this case nwfscDiags
uses: actions/checkout@v3

- name: update linux libraries
if: matrix.config.os == 'ubuntu-latest'
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
- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit c3c8d77

Please sign in to comment.