mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: remove VFLAGS: -gc none
from vab runs (#14731)
This commit is contained in:
parent
784361f153
commit
be23ddc253
1
.github/workflows/vab_ci.yml
vendored
1
.github/workflows/vab_ci.yml
vendored
@ -14,7 +14,6 @@ jobs:
|
|||||||
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
|
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
|
||||||
timeout-minutes: 121
|
timeout-minutes: 121
|
||||||
env:
|
env:
|
||||||
VFLAGS: -gc none
|
|
||||||
VAB_FLAGS: --api 30 --build-tools 29.0.0 -v 3
|
VAB_FLAGS: --api 30 --build-tools 29.0.0 -v 3
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-java@v2
|
- uses: actions/setup-java@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user