mirror of https://github.com/mpv-player/mpv
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:
parent
8ed1368501
commit
51da9d257e
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Print meson log
|
- name: Print meson log
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: |
|
run: |
|
||||||
cat ./build/meson-logs/meson-log.txt
|
cat ./${{ matrix.target }}_mingw_build/meson-logs/meson-log.txt
|
||||||
|
|
||||||
- name: Build with waf
|
- name: Build with waf
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue