ci: remove `VFLAGS: -gc none` from vab runs (#14731)

Larpon 2022-06-09 14:37:53 +02:00 committed by Chewing_Bever
parent eb674411c7
commit e22c3d2a64
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ jobs:
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
timeout-minutes: 121
env:
VFLAGS: -gc none
VAB_FLAGS: --api 30 --build-tools 29.0.0 -v 3
steps:
- uses: actions/setup-java@v2