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

interpolation: fix error on windows_gcc

This commit is contained in:
yuyi
2020-05-02 23:22:34 +08:00
committed by GitHub
parent b0018ed594
commit 02807aab43
2 changed files with 18 additions and 0 deletions

View File

@@ -243,6 +243,9 @@ jobs:
run: |
gcc --version
.\make.bat -gcc
- name: Fixed tests
run: |
.\v.exe test-fixed
# - name: Test
# run: |
# .\v.exe -silent test-compiler