Disable CGo in check-rellinks.

This commit is contained in:
Qi Xiao 2021-11-29 21:28:34 +00:00
parent f3dd676ead
commit 16164f413f

View File

@ -179,6 +179,8 @@ jobs:
defaults:
run:
shell: sh
env:
CGO_ENABLED: 0
steps:
- name: Checkout code
uses: actions/checkout@v2