mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
github/runner: make bash treat arguments literally
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user