Skip to content

Commit 6dd2906

Browse files
committed
Use curl instead of wget to download Quarto
1 parent 634d39b commit 6dd2906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Install Quarto
4040
run: |
41-
wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.37/quarto-1.6.37-linux-amd64.deb
41+
curl -LO https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.37/quarto-1.6.37-linux-amd64.deb
4242
dpkg -i quarto-1.6.37-linux-amd64.deb
4343
4444
- name: Build website

0 commit comments

Comments
 (0)