1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00

Github Actions: Remove OpenSSL from firedaemon on windows (its bundled).

This commit is contained in:
Henrik Hautakoski 2020-03-28 15:55:24 +01:00
parent 7266699db9
commit aa2fd02884
2 changed files with 1 additions and 19 deletions

View file

@ -43,14 +43,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Dependancies
shell: bash
run: |
mkdir -p build
cd build
curl https://mirror.firedaemon.com/OpenSSL/openssl-1.1.1e-dev.zip -O
7z x openssl-1.1.1e-dev.zip
- name: Configure
run: |
if ("${{matrix.arch}}" -eq "x86") {