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 c2872c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ jobs:
- name: Install system dependencies
run: |
apt update
apt install lsb-release poppler-utils -y
apt install make lsb-release poppler-utils -y
- name: Install gh cli
run: |
Expand All @@ -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 c2872c9

Please sign in to comment.