We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33b452 commit 08152f4Copy full SHA for 08152f4
.github/workflows/ci.ca-cert.yml
@@ -3,9 +3,11 @@ on:
3
branches:
4
- main
5
paths:
6
+ - crates/lib/src/client.rs
7
- crates/lib/src/dist_pkgx_dev.pem
8
pull_request:
9
10
11
12
13
jobs:
@@ -14,7 +16,7 @@ jobs:
14
16
container: debian:buster-slim
15
17
steps:
18
- uses: actions/checkout@v4
- - run: apt-get update && apt-get install -y curl gcc
19
+ - run: apt-get update && apt-get install -y curl gcc perl
20
- uses: dtolnay/rust-toolchain@stable
21
- run: cargo build --release
22
- uses: actions/upload-artifact@v4
0 commit comments