Skip to content

Commit

Permalink
CI: Add ca-certificates when testing CeTZ
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Sep 29, 2024
1 parent 7ca6244 commit d6e6b34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ jobs:
- name: Install dependencies
run: |
apt-get -q --no-allow-insecure-repositories update && \
apt-get install --no-install-recommends --assume-yes make
apt-get install --no-install-recommends --assume-yes \
ca-certificates make
- name: Render
run: make PANDOC=/opt/quarto/bin/tools/x86_64/pandoc test-cetz
Expand Down

0 comments on commit d6e6b34

Please sign in to comment.