Skip to content

Commit f855ff6

Browse files
committed
x509-cert: provide zlint in CI
1 parent 953ad23 commit f855ff6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/x509-cert.yml

+6
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ jobs:
6464
toolchain: ${{ matrix.rust }}
6565
override: true
6666
- uses: RustCrypto/actions/cargo-hack-install@master
67+
- name: Install zlint
68+
run: |
69+
wget -O /tmp/zlint.tar.gz https://github.com/zmap/zlint/releases/download/v3.4.1/zlint_3.4.1_Linux_x86_64.tar.gz
70+
tar -C /tmp/ -zxf /tmp/zlint.tar.gz --strip-components 1
71+
mv /tmp/zlint ${RUNNER_TOOL_CACHE}
72+
echo "${RUNNER_TOOL_CACHE}" >> $GITHUB_PATH
6773
- run: cargo hack test --feature-powerset
6874

6975
fuzz:

0 commit comments

Comments
 (0)