Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
osxcross needs libssl1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natanbc committed Oct 21, 2020
1 parent b949914 commit 380d796
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
if: steps.cache-natives.outputs.cache-hit != 'true'
run: |
curl -sL https://github.com/natanbc/actions-binaries/releases/download/1/osxcross.tar.gz -o - | tar -xzf -
sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu xenial-security main"
sudo apt update
sudo apt install libssl1.0.0
- name: Build darwin natives
if: steps.cache-natives.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 380d796

Please sign in to comment.