Skip to content

Commit

Permalink
Merge pull request #89 from solaoi/fix_sqlite-not-woriking-on-binary-…
Browse files Browse the repository at this point in the history
…built

fix
  • Loading branch information
solaoi committed May 10, 2022
2 parents 11a06dd + 04a7d03 commit a64a9ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
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 a64a9ed

Please sign in to comment.