From d0517f1b8914900416abdcb4c7eb50ee94572be1 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 15 Apr 2024 08:46:32 -0700 Subject: [PATCH] Try to find out why Windows releases are marked as modified Run `git status` after a build and see if it offers a clue. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9ccef26..af155f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -115,6 +115,7 @@ jobs: run: | make package LLVM_CMAKE_FLAGS=-DLLVM_CCACHE_BUILD=ON make check + - run: git status - name: Does it work sans msys2? run: | C:\wasi-sdk\bin\clang.exe --version