mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
ci: fix the path for logs on failure in mingw
The old directory was wrong. The actual build directory has the matrix prefix in its name.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
- name: Print meson log
|
||||
if: ${{ failure() }}
|
||||
run: |
|
||||
cat ./build/meson-logs/meson-log.txt
|
||||
cat ./${{ matrix.target }}_mingw_build/meson-logs/meson-log.txt
|
||||
|
||||
- name: Build with waf
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user