From dbaa91536ac1fdd3d4e07bb6bb671f6d1dee6205 Mon Sep 17 00:00:00 2001 From: Vlad Gheorghiu Date: Wed, 1 May 2024 16:59:04 -0400 Subject: [PATCH] update Signed-off-by: Vlad Gheorghiu --- .github/workflows/cmake.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 50e1afb..06e3792 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -41,6 +41,7 @@ jobs: # exit 1 # fi + # -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake \ - name: Configure staq shell: bash run: | @@ -101,14 +102,8 @@ jobs: # run: ctest --test-dir build - name: Uninstall - shell: bash run: | - if [ "$RUNNER_OS" == "Windows" ]; then - ls 'C:/Program Files (x86)/staq/bin/staq_circ.exe' - cmake --build build --target uninstall - else - sudo cmake --build build --target uninstall - fi + cmake --build build --target uninstall # - name: Install pystaq # shell: bash