From c4ba0d68633f90ba4d1ce7ba9dc4846e0fd6ab90 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 22 Aug 2024 20:26:45 +0300 Subject: [PATCH] ci: add step that verifies that `-cc msvc -gc boehm` continues to work on windows (boehm is not the default with msvc yet for some reason) --- .github/workflows/windows_ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 1fcd499052..cce99218b8 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -96,6 +96,8 @@ jobs: run: v -cflags /WX self - name: All code is formatted run: v test-cleancode + - name: Test -cc msvc -gc boehm works + run: v -no-retry-compilation -gc boehm run examples/hello_world.v - name: Install dependencies run: | v setup-freetype