Skip to content

Commit

Permalink
ci: use lukka/get-cmake to use 3.29.2
Browse files Browse the repository at this point in the history
* waiting for actions/runner-images to be updated
  • Loading branch information
luncliff committed Apr 15, 2024
1 parent b1369fe commit b704625
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
/usr/local/share/vcpkg-downloads
/usr/local/share/vcpkg-archives
- uses: lukka/get-cmake@v3.29.2

- uses: lukka/run-vcpkg@v11.5
with:
vcpkgDirectory: "/usr/local/share/vcpkg" # see VCPKG_INSTALLATION_ROOT
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
${{ runner.temp }}/vcpkg-downloads
${{ runner.temp }}/vcpkg-archives
- uses: lukka/get-cmake@v3.29.2

- uses: lukka/run-vcpkg@v11.5
with:
vcpkgDirectory: "${{ runner.temp }}/vcpkg" # ignore VCPKG_INSTALLATION_ROOT
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-windows-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
New-Item -Type Directory -Force ${env:VCPKG_DEFAULT_BINARY_CACHE}
Move-Item -Path "test/self-hosted-cuda.json" -Destination "test/vcpkg.json" -Force
- uses: lukka/get-cmake@v3.29.2

- uses: lukka/run-vcpkg@v11.5
with:
vcpkgDirectory: "C:/vcpkg"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-windows-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
New-Item -Type Directory -Force ${env:VCPKG_DOWNLOADS}
Move-Item -Path "test/self-hosted.json" -Destination "test/vcpkg.json" -Force
- uses: lukka/get-cmake@v3.29.2

- uses: lukka/run-vcpkg@v11.5
with:
vcpkgDirectory: "C:/vcpkg"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
C:/vcpkg/downloads
C:/vcpkg/archives
- uses: lukka/get-cmake@v3.29.2

- uses: lukka/run-vcpkg@v11.5
with:
vcpkgDirectory: "C:/vcpkg"
Expand Down

0 comments on commit b704625

Please sign in to comment.