Fixup to apt command on ad2ef0e
This commit is contained in:
parent
ad2ef0e789
commit
ee4d35ee85
1 changed files with 1 additions and 1 deletions
2
.github/workflows/r.yml
vendored
2
.github/workflows/r.yml
vendored
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
- name: Installing system dependencies
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
apt install libcurl4-openssl-dev
|
||||
sudo apt-get install libcurl4-openssl-dev
|
||||
while read -r cmd
|
||||
do
|
||||
eval sudo $cmd
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue