Skip to content

Commit 66e8d74

Browse files
committed
Fix GH CI workflow
Change-Id: I617830925079ded6c5c10863fc168bbb1a3c6961
1 parent c6d9910 commit 66e8d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
sudo apt-get update -y
3232
sudo apt-get install -y libglpk-dev libsodium-dev libxml2-dev libcurl4-openssl-dev
33-
mkdir -p /usr/local/lib/R/site-library
33+
sudo mkdir -p /usr/local/lib/R/site-library
3434
sudo chown $(whoami) /usr/local/lib/R/site-library
3535
export R_LIBS_USER=/usr/local/lib/R/site-library
3636
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)