GHA: main.yml: emit defs.mak into CI logging

This commit is contained in:
Darryl L. Miles
2025-07-29 10:50:32 -04:00
committed by R. Timothy Edwards
parent 54bbedfdbb
commit 8485820526
+3
View File
@@ -49,6 +49,9 @@ jobs:
run: |
source ./emsdk/emsdk_env.sh
emconfigure ./configure --without-cairo --without-opengl --without-x --disable-readline --disable-compression --target=asmjs-unknown-emscripten
echo "===== defs.mak ====="
cat defs.mak
echo "===== defs.mak ====="
emmake make
- name: archive wasm bundle
uses: actions/upload-artifact@v4