Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Labfox authored Nov 25, 2024
1 parent 23abbb9 commit 8f6fc89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
CGO_ENABLED: 1
CC: x86_64-w64-mingw32-gcc
run: |
cd whatsfly/dependencies
go get -u
go mod tidy
go build -v -buildmode=c-shared -o ./whatsfly/dependencies/whatsmeow/static/whatsmeow-windows-64.dll ./whatsfly/dependencies/main.go
- name: Upload Windows binaries
Expand Down

0 comments on commit 8f6fc89

Please sign in to comment.