We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b48f9 commit fafe1afCopy full SHA for fafe1af
.github/workflows/test.yml
@@ -140,12 +140,11 @@ jobs:
140
- name: set the open installed directory
141
run: >
142
sed -e "s|OPENSSL_DIR|$HOME/.openssl/${{ matrix.openssl }}|"
143
- test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl >
144
- test/openssl/fixtures/ssl/openssl_fips.cnf
+ tool/openssl_fips.cnf.tmpl > tmp/openssl_fips.cnf
145
if: matrix.fips-enabled
146
147
- name: set openssl config file path for fips.
148
- run: echo "OPENSSL_CONF=$(pwd)/test/openssl/fixtures/ssl/openssl_fips.cnf" >> $GITHUB_ENV
+ run: echo "OPENSSL_CONF=$(pwd)/tmp/openssl_fips.cnf" >> $GITHUB_ENV
149
150
151
- name: load ruby
test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl renamed to tool/openssl_fips.cnf.tmpl
0 commit comments