From 602788ce06abc29196a3c69b88d3a4f03f169ff8 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Wed, 16 Sep 2020 00:04:40 +1000 Subject: [PATCH] ci: fix syntax issue --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e01572ba..864d4f050 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,9 +65,7 @@ jobs: - name: Acquire Crashpad shell: cmd run: | - git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git | - && depot_tools\fetch crashpad && cd crashpad && ..\depot_tools\gn gen out/Default | - && sed -i "s/${cflags_c}/${cflags_c} \/MD/g" out\Default\toolchain.ninja && ninja.exe -C out/Default + git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git && depot_tools\fetch crashpad && cd crashpad && ..\depot_tools\gn gen out/Default && sed -i "s/${cflags_c}/${cflags_c} \/MD/g" out\Default\toolchain.ninja && ninja.exe -C out/Default - name: Configure CMake # Use a bash shell so we can use the same syntax for environment variable