Skip to content

Commit e30066f

Browse files
committed
Now with sudo
1 parent eae3b2b commit e30066f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Install system dependencies on Linux
6161
if: runner.os == 'Linux'
62-
run: apt-get -y update && apt-get install -y libudunits2-dev
62+
run: sudo apt-get -y update && sudo apt-get install -y libudunits2-dev
6363

6464
- name: Install system dependencies
6565
if: runner.os == 'Linux (no, skip!)'

0 commit comments

Comments
 (0)