Skip to content

Commit 83e27d3

Browse files
committed
Add ca-certificates package to the test release container
1 parent 94da425 commit 83e27d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
container:
6363
image: "ubuntu:22.04"
6464
steps:
65+
- name: Prepare System
66+
run: apt update && apt -y install ca-certificates gpg
6567
- name: Download Release
6668
uses: actions/download-artifact@v4
6769
with:

0 commit comments

Comments
 (0)