mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: pass V_CI_MUSL=1 on musl CI jobs
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -43,6 +43,8 @@ jobs:
|
||||
alpine-docker-musl-gcc:
|
||||
name: alpine-musl
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
V_CI_MUSL: 1
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
@@ -208,6 +210,7 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
env:
|
||||
VFLAGS: -cc musl-gcc
|
||||
V_CI_MUSL: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
|
||||
Reference in New Issue
Block a user