Skip to content

Commit

Permalink
Fix openssl legacy.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Apr 21, 2023
1 parent 43f1609 commit 7ab5936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2

- name: Use OpenSSL legacy mode
if: ${{ matrix.npm }}
if: ${{ matrix.openssl_legacy }}
run: |
printf "openssl_conf = openssl_init\n[openssl_init]\nproviders = provider_sect\n[provider_sect]\ndefault = default_sect\nlegacy = legacy_sect\n[default_sect]\nactivate = 1\n[legacy_sect]\nactivate = 1" > openssl.cnf
cat openssl.cnf
Expand Down

0 comments on commit 7ab5936

Please sign in to comment.