Skip to content

Commit

Permalink
Switch to ilammy/msvc-dev-cmd@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Jun 9, 2024
1 parent 76c3d61 commit 7f53a7f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Load CMake and Ninja
uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.29.0 # Pinned until https://github.com/microsoft/vcpkg/issues/37968 is fixed
cmakeVersion: 3.29.5
- name: Set up directories
run: "md -Path 'C:\\moon\\randomizer'"
- name: Extract tag
Expand All @@ -43,10 +43,7 @@ jobs:
run: |
$path = Resolve-Path .
New-Item -Path ${{ env.WORKDIR }} -ItemType SymbolicLink -Value $path
- uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x64
toolset: 14.39 # Workaround for https://github.com/actions/runner-images/issues/9086
- uses: ilammy/msvc-dev-cmd@v1
- name: Update vcpkg repository
shell: cmd
run: |
Expand Down

0 comments on commit 7f53a7f

Please sign in to comment.