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

View File

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