Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Sep 16, 2024
1 parent cad15c5 commit 611b03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ jobs:
run: |
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
gh release download --repo github.com/quarto-dev/quarto-cli --pattern *linux-amd64.deb
apt install ./quarto*linux-amd64.deb
apt install ./quarto*linux-amd64.deb -y
quarto install tool tinytex --log-level warning
- name: Test quarto installation
Expand Down

0 comments on commit 611b03e

Please sign in to comment.