Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Gheorghiu <vsoftco@gmail.com>
  • Loading branch information
vsoftco committed May 1, 2024
1 parent 6501c61 commit dbaa915
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
# exit 1
# fi

# -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake \
- name: Configure staq
shell: bash
run: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dbaa915

Please sign in to comment.