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

ci: fix ubuntu-tcc

This commit is contained in:
Delyan Angelov 2020-06-08 11:37:10 +03:00
parent d4ddfa7e86
commit 6f8e91e3a5

View File

@ -22,7 +22,7 @@ jobs:
ubuntu-tcc:
runs-on: ubuntu-18.04
env:
VFLAGS: -cc tcc
VFLAGS: -cc /var/tmp/tcc/bin/tcc -cflags -bt10
steps:
- uses: actions/checkout@v2
- name: Install dependencies