We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef1b8c commit 62874e1Copy full SHA for 62874e1
.github/workflows/artifact_validation.yaml
@@ -25,21 +25,6 @@ jobs:
25
with:
26
name: Compatibility_bc_csv
27
path: ./output/
28
- # openssl_validation:
29
- # runs-on: ubuntu-latest
30
- # container: fedora:43
31
- # steps:
32
- # - name: Checkout code
33
- # uses: actions/checkout@v4
34
- # - name: Install OpenSSL 3.5
35
- # run: dnf -y install zip diff openssl
36
- # - name: Test artifacts with OpenSSL 3.5
37
- # run: ./src/test_certs_r5_openssl.sh
38
- # - name: Save artifacts
39
- # uses: actions/upload-artifact@v4
40
- # with:
41
- # name: Compatibility_openssl_csv
42
- # path: ./output/
43
openssl36_validation:
44
runs-on: ubuntu-latest
45
container: ubuntu:24.04
0 commit comments