Update actions
This commit is contained in:
parent
dbc392c229
commit
55f0b1c16f
|
|
@ -629,7 +629,7 @@ jobs:
|
|||
run: |
|
||||
.\bin\install_rust.ps1
|
||||
- name: Manage vcpkg cache
|
||||
uses: actions/cache@v4.2.4
|
||||
uses: actions/cache@v4.3.0
|
||||
with:
|
||||
path: C:\vcpkg
|
||||
key: ${{ runner.os }}-release-windows-x64
|
||||
|
|
|
|||
|
|
@ -423,7 +423,7 @@ jobs:
|
|||
run: |
|
||||
.\bin\install_rust.ps1
|
||||
- name: Manage vcpkg cache
|
||||
uses: actions/cache@v4.2.4
|
||||
uses: actions/cache@v4.3.0
|
||||
with:
|
||||
path: C:\vcpkg
|
||||
key: ${{ runner.os }}-test-windows-x64
|
||||
|
|
|
|||
Loading…
Reference in New Issue