Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed May 10, 2022
1 parent b8d1ea0 commit 04a7d03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:

- name: OSXCross for CGO Support
run: |
pwd
mkdir ../../osxcross
git clone https://github.com/plentico/osxcross-target.git ../../osxcross/target
mkdir ../../../osxcross
git clone https://github.com/plentico/osxcross-target.git ../../../osxcross/target
- name: Downgrade libssl
run: |
Expand Down

0 comments on commit 04a7d03

Please sign in to comment.