Skip to content

Commit

Permalink
ci: update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho authored Jun 3, 2024
1 parent dd318ea commit 6e3b0c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ jobs:
outdir: /tmp/data/macos_amd64
-
name: Build
run: CGO_LDFLAGS=-L/tmp/data/macos_arm64/lib CGO_CFLAGS=-I/tmp/data/macos_arm64/include CGO_ENABLED=1 go build
env:
CGO_ENABLED: 1
CGO_LDFLAGS: -L/tmp/data/macos_arm64/lib
CGO_CFLAGS: -I/tmp/data/macos_arm64/include
run: go build

0 comments on commit 6e3b0c4

Please sign in to comment.