github/runner: make bash treat arguments literally

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar
2026-01-16 23:17:03 -04:00
parent c6130e1cc0
commit f4fbdc43e4

View File

@@ -101,6 +101,9 @@ jobs:
- name: Configure CMake
shell: bash
# Prevent bash from converting /Zi and /Od to file paths.
env:
MSYS_NO_PATHCONV: 1
run: |
EXTRA_FLAGS=""
if [ "${{ matrix.type }}" == "Debug" ]; then