From bbeddf99f1ad02ad98773cddae6bd91d677636ef Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 30 Oct 2023 01:15:52 +0000 Subject: [PATCH] test cfg: compile + !link 2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b81068c40..65b103042 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -184,7 +184,7 @@ jobs: CW_LLVM_MINGW_DL: '1' CW_LLVM_MINGW_ONLY: '1' run: | - export CW_CONFIG='${{ github.ref_name }}-win-gcc' + export CW_CONFIG='${{ github.ref_name }}-win' export CW_REVISION='${{ github.sha }}' . ./_versions.sh docker trust inspect --pretty "${DOCKER_IMAGE}"