Skip to content

Commit 004ed34

Browse files
committed
MSYS2 CI: i686-glslang has been retired and no longer exists in repos, continue with x86_64 for 32 bits builds
We only need this for the glslValidator.
1 parent cc9abf5 commit 004ed34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
msystem: ${{ matrix.platform.msystem }}
2626
install: base-devel
2727
${{ matrix.platform.msys-env }}-gcc
28-
${{ matrix.platform.msys-env }}-glslang
28+
mingw-w64-x86_64-glslang
2929

3030
- uses: actions/checkout@v4
3131

0 commit comments

Comments
 (0)