Skip to content

Commit

Permalink
[ci][win] Fix cmake toolchain path
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 13, 2024
1 parent 35c0981 commit 4cd32b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish_dartpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,31 +101,31 @@ jobs:

- os: windows-latest
build: "cp38-win_amd64"
toolchain_file: C:/.dartsim/vcpkg/scripts/buildsystems/vcpkg.cmake
toolchain_file: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
experimental: false
release_only: true

- os: windows-latest
build: "cp39-win_amd64"
toolchain_file: C:/.dartsim/vcpkg/scripts/buildsystems/vcpkg.cmake
toolchain_file: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
experimental: false
release_only: true

- os: windows-latest
build: "cp310-win_amd64"
toolchain_file: C:/.dartsim/vcpkg/scripts/buildsystems/vcpkg.cmake
toolchain_file: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
experimental: false
release_only: true

- os: windows-latest
build: "cp311-win_amd64"
toolchain_file: C:/.dartsim/vcpkg/scripts/buildsystems/vcpkg.cmake
toolchain_file: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
experimental: false
release_only: false

- os: windows-latest
build: "cp311-win_arm64"
toolchain_file: C:/.dartsim/vcpkg/scripts/buildsystems/vcpkg.cmake
toolchain_file: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
experimental: true
release_only: false

Expand Down

0 comments on commit 4cd32b9

Please sign in to comment.