Skip to content

Commit

Permalink
install quatro
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Jul 31, 2024
1 parent 7eb2e88 commit 915ba49
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,16 @@ jobs:
&& apt install gh -y
- name: Install quarto to build cheatsheet
uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true
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
quarto install tool tinytex --log-level warning
# - name: Install quarto to build cheatsheet
# uses: quarto-dev/quarto-actions/setup@v2
# with:
# tinytex: true

- name: Test quarto installation
run: quarto --version
Expand Down

0 comments on commit 915ba49

Please sign in to comment.