From: Christopher Degawa Date: Mon, 2 Oct 2023 04:38:11 +0000 (-0500) Subject: actions: Re-add -DUSE_MASM=OFF X-Git-Tag: upstream/1.3.268~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbea9b278038dfa2ae0a50ed82b02c45afbc5809;p=platform%2Fupstream%2FVulkan-Loader.git actions: Re-add -DUSE_MASM=OFF Signed-off-by: Christopher Degawa --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7c3f2e8..e93ec682 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -465,7 +465,7 @@ jobs: - name: GCC Version run: gcc --version # If this fails MINGW is not setup correctly - name: Configure - run: cmake -S. -B build -D UPDATE_DEPS=ON -D CMAKE_BUILD_TYPE=Release -D ENABLE_WERROR=ON + run: cmake -S. -B build -D UPDATE_DEPS=ON -D CMAKE_BUILD_TYPE=Release -D ENABLE_WERROR=ON -D USE_MASM=OFF env: LDFLAGS: -fuse-ld=lld # MINGW linking is very slow. Use llvm linker instead. CMAKE_C_COMPILER_LAUNCHER: ccache