Try to find out why Windows releases are marked as modified

Run `git status` after a build and see if it offers a clue.
pull/413/head
Alex Crichton 1 year ago
parent 99abb02420
commit d0517f1b89

@ -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

Loading…
Cancel
Save