mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Replace unmangle with cygpath (#1490)
Use `-m` not `-w` so paths use forward slashes
This commit is contained in:
3
.github/workflows/testing.yml
vendored
3
.github/workflows/testing.yml
vendored
@@ -263,7 +263,6 @@ jobs:
|
||||
path: |
|
||||
test/gfx/randtilegen.exe
|
||||
test/gfx/rgbgfx_test.exe
|
||||
test/link/unmangle.exe
|
||||
|
||||
windows-mingw-testing:
|
||||
needs: windows-mingw-build
|
||||
@@ -284,7 +283,7 @@ jobs:
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: testing-programs-mingw-win${{ matrix.bits }}
|
||||
path: test
|
||||
path: test/gfx
|
||||
- name: Extract binaries
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user