Skip to content

Commit

Permalink
Use generic osxcross-target project.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Aug 23, 2020
1 parent 858b1d8 commit bbedca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
-
name: OSXCross for CGO Support
run: |
mkdir ../plenti-osxcross
git clone https://github.com/plentico/plenti-osxcross.git ../plenti-osxcross/target
mkdir ../../osxcross
git clone https://github.com/plentico/osxcross-target.git ../../osxcross/target
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ builds:
- -s
env:
- CGO_ENABLED=1
- CC=/home/runner/work/plenti/plenti-osxcross/target/bin/o64-clang
- CXX=/home/runner/work/plenti/plenti-osxcross/target/bin/o64-clang++
- CC=/home/runner/work/osxcross/target/bin/o64-clang
- CXX=/home/runner/work/osxcross/target/bin/o64-clang++
goos:
- darwin
ignore:
Expand Down

0 comments on commit bbedca5

Please sign in to comment.