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.
1 parent ce28b4c commit 702cb03Copy full SHA for 702cb03
.github/workflows/build.yml
@@ -37,13 +37,13 @@ jobs:
37
run: |
38
quarto add --no-prompt computorg/computo-quarto-extension
39
40
- - name: Install Jupyter
41
- run: sudo apt-get install -y jupyter librsvg2-bin
+ - name: Install System dependencies
+ run: sudo apt-get install -y librsvg2-bin
42
43
- name: Install Julia
44
uses: julia-actions/setup-julia@v2
45
with:
46
- version: '1.10'
+ version: '1.11'
47
- uses: julia-actions/cache@v1
48
49
cache-registries: "true"
0 commit comments