diff options
author | metagn <metagngn@gmail.com> | 2022-09-14 21:14:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 14:14:58 -0400 |
commit | 79afee868d784eb90972deb3ea89c96702585968 (patch) | |
tree | 65724d3c2ceb13ee5e4cf53a40028b7741da7c4b /.github/workflows | |
parent | a73ae3e066caecb7a891de87cf7c004805f96ff0 (diff) | |
download | Nim-79afee868d784eb90972deb3ea89c96702585968.tar.gz |
partial revert and redesign of #19814, changelog (#20341)
* conservative partial revert of #19814 * fix * revert tssl * revert azure CI change * keep azure, revert version range * fully revert CI, add changelog * useOpenssl3 as separate define, .3 is a version
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci_packages.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci_packages.yml b/.github/workflows/ci_packages.yml index 1be06e696..1bb4438d8 100644 --- a/.github/workflows/ci_packages.yml +++ b/.github/workflows/ci_packages.yml @@ -43,9 +43,7 @@ jobs: - name: 'Install dependencies (macOS)' if: runner.os == 'macOS' run: | - brew install boehmgc make sfml gtk+3 openssl@1.1 - ln -s $(brew --prefix)/opt/openssl/lib/libcrypto.1.1.dylib /usr/local/lib - ln -s $(brew --prefix)/opt/openssl/lib/libssl.1.1.dylib /usr/local/lib/ + brew install boehmgc make sfml gtk+3 - name: 'Install dependencies (Windows)' if: runner.os == 'Windows' shell: bash |