We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4279ed4 + caab027 commit 8d88332Copy full SHA for 8d88332
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
run: python3 -m pip install jupyter
22
23
- name: Install other required stuff for R
24
- 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
25
26
- name: Install R
27
uses: r-lib/actions/setup-r@v2
0 commit comments