mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-28 07:21:21 +08:00
Disable CGo in check-rellinks.
This commit is contained in:
parent
f3dd676ead
commit
16164f413f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -179,6 +179,8 @@ jobs:
|
|||
defaults:
|
||||
run:
|
||||
shell: sh
|
||||
env:
|
||||
CGO_ENABLED: 0
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue
Block a user