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 @@ -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
You can’t perform that action at this time.
0 commit comments