openssl 3 support no longer opt in + some 1.0 support (#20668)

* Revert "Add OpenSSL 3 support (#19814)"

This reverts commit 2dcfd73260.

* openssl 3 support no longer opt in + some 1.0 support

* hopefully fix

* maybe fix

* final attempt

* actual fix hopefully
This commit is contained in:
metagn
2022-10-27 18:24:26 +03:00
committed by GitHub
parent 27896ed469
commit e68a6ea759
4 changed files with 103 additions and 53 deletions

View File

@@ -46,8 +46,7 @@ jobs:
valgrind libc6-dbg libblas-dev xorg-dev
- name: 'Install dependencies (macOS)'
if: runner.os == 'macOS'
run: |
brew install boehmgc make sfml gtk+3
run: brew install boehmgc make sfml gtk+3
- name: 'Install dependencies (Windows)'
if: runner.os == 'Windows'
shell: bash
@@ -71,5 +70,4 @@ jobs:
- name: 'koch, Run CI'
shell: bash
run: |
. ci/funs.sh && nimInternalBuildKochAndRunCI
run: . ci/funs.sh && nimInternalBuildKochAndRunCI