Skip to content

Commit

Permalink
build: Update Quarto deps version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Dec 3, 2024
1 parent 5947671 commit 245e796
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ jobs:
- name: Install Quarto
run: |
pip install quarto-cli==1.5.57
wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.39/quarto-1.6.39-linux-amd64.deb
sudo dpkg -i quarto-1.6.39-linux-amd64.deb
sudo apt install build-essential libssl-dev libxml2-dev libcurl4-openssl-dev libfontconfig1-dev zlib1g-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev
- name: Check Quarto Version
shell: bash
Expand Down

0 comments on commit 245e796

Please sign in to comment.