We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bcee7 commit 789af7dCopy full SHA for 789af7d
.github/workflows/test.yml
@@ -137,12 +137,11 @@ jobs:
137
- name: set the open installed directory
138
run: >
139
sed -e "s|OPENSSL_DIR|$HOME/.openssl/${{ matrix.openssl }}|"
140
- test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl >
141
- test/openssl/fixtures/ssl/openssl_fips.cnf
+ tool/openssl_fips.cnf.tmpl > tmp/openssl_fips.cnf
142
if: matrix.fips-enabled
143
144
- name: set openssl config file path for fips.
145
- 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
146
147
148
- name: load ruby
test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl renamed to tool/openssl_fips.cnf.tmpl
0 commit comments