1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Revert "CHORE: Disable CGO (#2202)"

This reverts commit 6f778cb608.
This commit is contained in:
Tom Limoncelli
2023-03-19 15:44:22 -04:00
parent ac8815e0e1
commit 1b5f9ef802

View File

@ -27,8 +27,6 @@ jobs:
- name: Build binaries - name: Build binaries
run: go run build/build.go run: go run build/build.go
env:
CGO_ENABLED: 0
- name: Get release from tag - name: Get release from tag
run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:11}) run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})