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.
pull/414/head
Andrew Brown 1 year ago
parent 99abb02420
commit 3ef7235f42
No known key found for this signature in database

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

Loading…
Cancel
Save