From 6951511e7079a0ff4b0ae06d137f9b3bd18b81f8 Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Tue, 22 Jun 2021 18:25:55 +0000 Subject: Revert accidental debugging changes from #3935 (#3950) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa9cfed54..41bbb031e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,14 +78,14 @@ jobs: - name: cmake (win) # -G "Visual Studio 15 2017" - run: cmake -S . -B out -DCMAKE_INSTALL_PREFIX=out/install -DCMAKE_BUILD_TYPE=RelWithDebInfo + run: cmake -S . -B out -DCMAKE_INSTALL_PREFIX=out/install if: matrix.os == 'windows-latest' - name: build - run: cmake --build out --config RelWithDebInfo + run: cmake --build out --config Release - name: install - run: cmake --install out --config RelWithDebInfo + run: cmake --install out --config Release - name: strip run: find out/install/ -type f -perm -u=x -exec strip -x {} + -- cgit v1.2.3