From de8df1bbe3177279472a6595d96ed5cc316b0490 Mon Sep 17 00:00:00 2001 From: Ruofan XU <47302112+SleepyRoy@users.noreply.github.com> Date: Sat, 30 Jan 2021 17:02:25 +0800 Subject: [PATCH] ci: enable bootstrap with tcc on windows (#8436) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9873a367d6..2e46159feb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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