Skip to content

Commit e365910

Browse files
added cmakeroot
1 parent 48be49c commit e365910

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/cibuildwheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
fetch-depth: 0
4949
submodules: true
5050

51-
- name: set vcpck vars
51+
- name: set vcpkg vars
5252
if: runner.os == 'Windows'
5353
shell: bash
5454
run: |
5555
echo "VCPKG_INSTALLATION_ROOT=$VCPKG_INSTALLATION_ROOT"
5656
echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
57-
57+
echo "CMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake"
5858
- uses: astral-sh/setup-uv@v6
5959

6060
- uses: pypa/cibuildwheel@v3.0

.github/workflows/static_docs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ permissions:
1919
pages: write
2020
id-token: write
2121

22-
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
23-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
24-
concurrency:
25-
group: "pages"
26-
cancel-in-progress: false
27-
2822
jobs:
2923
# Single deploy job since we're just deploying
3024
deploy:

0 commit comments

Comments
 (0)