Skip to content

Commit 3894f66

Browse files
committed
CGO_ENABLED=1
1 parent 24d6447 commit 3894f66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
- name: Build executables
2020
env:
2121
GOARCH: ${{ matrix.arch }}
22-
GOGCCFLAGS: -mthreads -static-libgcc
23-
CFLAGS: -mthreads -static-libgcc
22+
CGO_ENABLED: 1
2423
run: |
2524
mkdir build
2625
gcc -o build/test-discon_${{ matrix.env }}.dll test-discon/test-discon.c --shared -g

0 commit comments

Comments
 (0)