Skip to content

Commit

Permalink
Add ca-certificates as deps for trixie
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Jan 20, 2025
1 parent c52da93 commit 6b1226f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Add packages.freedom.press PGP key (sq)
if: matrix.version == 'trixie'
run: |
apt-get update && apt-get install -y sq
apt-get update && apt-get install -y ca-certificates sq
mkdir -p /etc/apt/keyrings/
# On debian trixie, apt-secure uses `sqv` to verify the signatures
# so we need to retrieve PGP keys and store them using the base64 format.
Expand Down

0 comments on commit 6b1226f

Please sign in to comment.