Skip to content

Commit

Permalink
add multiple additional_args
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-Li-NOAA committed Nov 18, 2024
1 parent ea44754 commit 2975b0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/call-r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/r-cmd-check.yml@add-input-option-workflows
with:
additional_args: 'sudo apt-get update\n sudo apt-get install -y libcurl4-openssl-dev\n sudo add-apt-repository ppa:ubuntu-toolchain-r/test\n sudo apt-get install --only-upgrade libstdc++6'
additional_args: 'sudo apt-get update'
additional_args: 'sudo apt-get install -y libcurl4-openssl-dev'
additional_args: 'sudo add-apt-repository ppa:ubuntu-toolchain-r/test'
additional_args: 'sudo apt-get install --only-upgrade libstdc++6'

0 comments on commit 2975b0d

Please sign in to comment.