diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 10687c77..c77e41db 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -16,4 +16,8 @@ jobs: - uses: lukka/run-cmake@v10 with: configurePreset: release-mac-x86_64 - buildPreset: release-mac-x86_64 \ No newline at end of file + buildPreset: release-mac-x86_64 + - if: always() + run: | + cat /Users/runner/work/melonDS/melonDS/vcpkg/buildtrees/glib/config-x64-osx-1015-release-rel-meson-log.txt.log + cat /Users/runner/work/melonDS/melonDS/vcpkg/buildtrees/glib/config-x64-osx-1015-release-rel-out.log \ No newline at end of file