Skip to content

Commit

Permalink
Add more deps for Windows build in Linux
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Maireaux <[email protected]>
  • Loading branch information
flemzord committed Feb 17, 2022
1 parent 3d0d28f commit 696ca02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
echo 'deb http://security.ubuntu.com/ubuntu bionic-security main' | sudo tee -a /etc/apt/sources.list
sudo apt update && apt-cache policy libssl1.0-dev
sudo apt-get install libssl1.0-dev
- run: sudo apt install gcc-mingw-w64 -y
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ builds:
- -X github.com/numary/ledger/cmd.Commit={{ .ShortCommit }}
env:
- CGO_ENABLED=1
- CC=x86_64-w64-mingw32-gcc
goos:
- windows
goarch:
Expand Down

0 comments on commit 696ca02

Please sign in to comment.