Skip to content

Commit

Permalink
Merge pull request #114 from SPAAM-community/jfy133-patch-3
Browse files Browse the repository at this point in the history
Try to fix build failure
  • Loading branch information
jfy133 authored Sep 18, 2024
2 parents 4279ed4 + caab027 commit 8d88332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: python3 -m pip install jupyter

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

- name: Install R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 8d88332

Please sign in to comment.