From 1e069054b31a20f8136e450d0b9a71bfa3dc8da7 Mon Sep 17 00:00:00 2001 From: andiwand Date: Mon, 25 Dec 2023 22:46:48 +0100 Subject: [PATCH] random try --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 6e389a51..1c8e893b 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -68,7 +68,7 @@ jobs: CXX: ${{ matrix.config.cxx }} run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release - name: build - run: cmake --build build --config Release # `config Release` somehow necessary by windows + run: cmake --build build - name: upload binaries uses: actions/upload-artifact@v2