Skip to content

Commit

Permalink
don't install sudo apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
Susan Vanderplas committed Sep 10, 2024
1 parent e5ba7a0 commit aadb746
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
uses: actions/checkout@v4

- name: Install Google Fonts
shell: /bin/bash {0}
run: |
sudo apt install sudo apt install fonts-noto fonts-noto-color-emoji fonts-noto-mono
sudo apt update
sudo apt upgrade
sudo apt install -y fonts-noto fonts-noto-color-emoji fonts-noto-mono
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit aadb746

Please sign in to comment.