1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix the ubuntu-tcc job

This commit is contained in:
Delyan Angelov 2020-12-15 10:50:15 +02:00
parent 8067fcee57
commit d3bffd6cc8
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-18.04
timeout-minutes: 30
env:
VFLAGS: -cc tcc -cflags -bt10
VFLAGS: -cc tcc
steps:
- uses: actions/checkout@v2
- name: Install dependencies