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:
parent
7266699db9
commit
aa2fd02884
2 changed files with 1 additions and 19 deletions
8
.github/workflows/package.yml
vendored
8
.github/workflows/package.yml
vendored
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue