File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments