Skip to content

Commit 8d88332

Browse files
authored
Merge pull request #114 from SPAAM-community/jfy133-patch-3
Try to fix build failure
2 parents 4279ed4 + caab027 commit 8d88332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: python3 -m pip install jupyter
2222

2323
- name: Install other required stuff for R
24-
run: sudo apt install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev librsvg2-bin
24+
run: sudo apt update && sudo apt install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev librsvg2-bin
2525

2626
- name: Install R
2727
uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)