Skip to content

Commit 8d791b9

Browse files
GHA: take 2
1 parent d8ac419 commit 8d791b9

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
@@ -74,14 +74,14 @@ jobs:
7474
run: |
7575
## 'plumber' fail to install 'sf', because 'units' fail to
7676
## install due 'libudunits2-dev' missing
77-
if [[ "{{ matrix.config.pkg }}" == "plumber" ]]; then
77+
if [[ "${{ matrix.config.pkg }}" == "plumber" ]]; then
7878
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
84-
if [[ "{{ matrix.config.pkg }}" == "shiny" ]]; then
84+
if [[ "${{ matrix.config.pkg }}" == "shiny" ]]; then
8585
apt install -y libprotobuf32t64
8686
fi
8787

0 commit comments

Comments
 (0)