From 62f4afeb96efe5cf46bdeafa828985208c0e1b7a Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 25 Mar 2024 17:40:14 +1100 Subject: [PATCH] fixup --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 14b71194603b..bbee04c4f130 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -25,7 +25,7 @@ jobs: # config: [default] # # Then we include any extra configs we want to test for specific VMs. # # Valgrind slows things down quite a bit, so start them first. -# include: + include: # - { target: windows-2019, config: cygwin-release } # - { target: windows-2022, config: cygwin-release } # - { target: ubuntu-20.04, config: valgrind-1 }