mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
CI: Resolve actions build warnings (#3904)
* Bump ccache-action to v1.2.23 * Change msvc-dev-cmd to use TheMrMilchmann fork
This commit is contained in:
@@ -120,7 +120,7 @@ jobs:
|
||||
vcpkg install ${{ env.PACKAGES }} --triplet=${{ matrix.vcpkg_triplet }}
|
||||
if: startsWith(matrix.os, 'windows') && !matrix.msys2_env
|
||||
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
- uses: TheMrMilchmann/setup-msvc-dev@v4
|
||||
with:
|
||||
arch: ${{ matrix.arch }}
|
||||
if: startsWith(matrix.os, 'windows') && !matrix.msys2_env
|
||||
@@ -132,7 +132,7 @@ jobs:
|
||||
vcpkg install ${{ env.PACKAGES }} --triplet=x64-android
|
||||
if: matrix.os == 'android'
|
||||
|
||||
- uses: hendrikmuhs/ccache-action@v1.2
|
||||
- uses: hendrikmuhs/ccache-action@v1.2.23
|
||||
if: matrix.os == 'android'
|
||||
|
||||
- uses: mozilla-actions/sccache-action@v0.0.10
|
||||
|
||||
Reference in New Issue
Block a user