Skip to content

Commit

Permalink
Use sudo when installing linux sysdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Jul 1, 2021
1 parent 81afde3 commit d0a37a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install system dependencies-2
if: runner.os == 'Linux'
run: |
apt install -y libarchive-dev
sudo apt-get install -y libarchive-dev
- name: Install system dependencies-3
if: runner.os == 'macOS'
Expand Down

0 comments on commit d0a37a3

Please sign in to comment.