Skip to content

Commit 7b91426

Browse files
GHA: take 3
1 parent 8d791b9 commit 7b91426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/revdepcheck-top.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ jobs:
7575
## 'plumber' fail to install 'sf', because 'units' fail to
7676
## install due 'libudunits2-dev' missing
7777
if [[ "${{ matrix.config.pkg }}" == "plumber" ]]; then
78-
apt install -y libudunits2-dev
78+
sudo apt install -y libudunits2-dev
7979
fi
8080
## 'shiny' fail at run time with "Error in `dyn.load(file, DLLpath
8181
## = DLLpath, ...)`: unable to load shared object '/home/runner/
8282
## work/_temp/Library/otelsdk/libs/otelsdk.so': libprotobuf.so.32:
8383
## cannot open shared object file: No such file or directory
8484
if [[ "${{ matrix.config.pkg }}" == "shiny" ]]; then
85-
apt install -y libprotobuf32t64
85+
sudo apt install -y libprotobuf32t64
8686
fi
8787
8888
- name: Install dependencies

0 commit comments

Comments
 (0)