mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 21:43:33 +00:00
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:
6
.github/workflows/ci_packages.yml
vendored
6
.github/workflows/ci_packages.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user