Browse Source

Merge fef3717698 into 5a08031caf

pull/5517/merge
Gleb Mazovetskiy 5 days ago committed by GitHub
parent
commit
ccf53bdb71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .github/workflows/Windows_MSVC_x64.yml

5
.github/workflows/Windows_MSVC_x64.yml

@ -36,6 +36,11 @@ jobs:
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
- name: Add ccache to path
# This is where ccache-action places `ccache.exe`, see:
# https://github.com/hendrikmuhs/ccache-action/blob/657bab9aeb32eb6d913c2e6882efad4bb7536d94/src/restore.ts#L74-L75
run: Add-Content $env:GITHUB_PATH "$($env:USERPROFILE)\.cargo\bin"
- name: Install latest CMake
uses: lukka/get-cmake@latest

Loading…
Cancel
Save