From 3ef7235f42be902c9a08a9e72b02c72ad9ecb207 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 16 Apr 2024 01:40:18 -0700 Subject: [PATCH] ci: troubleshoot mingw Git index For some unknown reason, the Windows build of wasi-sdk always creates artifacts that appear as if the current Git index is modified. This troubleshooting commit attempts to figure out why that is; do not merge. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9ccef26..c1e5043 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -126,6 +126,8 @@ jobs: # Upload the dist folder. Give it a name according to the OS it was built for. name: ${{ format( 'dist-windows-latest-{0}', matrix.arch) }} path: dist + - name: What does Git see as modified? + run: git diff --stat dockerbuild: name: Docker Build