Skip to content

Commit

Permalink
ci: unset OPENSSL_CONF
Browse files Browse the repository at this point in the history
This avoids test failures that depend on algorithms/settings that
may be disallowed by a system-wide OpenSSL config.
  • Loading branch information
mscdex committed Feb 1, 2025
1 parent 42491a6 commit 0fe2643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

env:
CI_CHECK_FAIL: ssh2
OPENSSL_CONF: /dev/null

jobs:
tests-linux:
Expand Down

0 comments on commit 0fe2643

Please sign in to comment.