Skip to content

Commit 501e6e3

Browse files
authored
Merge pull request #118 from getlantern/fix-e2e-cgo
Fix e2e build: enable CGO
2 parents c5b9046 + 9674b4f commit 501e6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Build lantern-box (linux/amd64)
2727
run: |
28-
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build \
28+
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build \
2929
-tags "with_gvisor,with_quic,with_dhcp,with_wireguard,with_utls,with_acme,with_clash_api" \
3030
-o lantern-box \
3131
./cmd

0 commit comments

Comments
 (0)