ci: enable bootstrap with tcc on windows (#8436)

pull/8422/head^2
Ruofan XU 2021-01-30 17:02:25 +08:00 committed by GitHub
parent 760b4c37b9
commit de8df1bbe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -666,8 +666,8 @@ jobs:
#node hi.js
# - name: Test v binaries
# run: ./v build-vbinaries
# - name: v2 self compilation
# run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v
- name: v2 self compilation
run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v
compilable-v-c-and-v-win-c:
runs-on: ubuntu-20.04