We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3440a5a commit 1854137Copy full SHA for 1854137
1 file changed
.github/workflows/quarto-publish.yml
@@ -17,6 +17,9 @@ jobs:
17
steps:
18
- name: Check out repository
19
uses: actions/checkout@v4
20
+
21
+ - name: Install ubuntu libraries
22
+ run: sudo apt install -y libcurl4-openssl-dev
23
24
- name: Set up Quarto
25
uses: quarto-dev/quarto-actions/setup@v2
0 commit comments