mirror of
https://github.com/godotengine/moltenvk-osxcross.git
synced 2025-12-31 13:48:31 +03:00
Bump actions/cache to v4, and fix cache paths
This commit is contained in:
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@@ -62,11 +62,11 @@ jobs:
|
||||
- name: Cache Dependencies
|
||||
id: cache-dependencies
|
||||
if: success() && !(github.event_name == 'push' && contains(github.ref, 'refs/tags/')) # never cache dependencies for pushed tags
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
External/build
|
||||
!External/build/Intermediates
|
||||
MoltenVK/External/build
|
||||
!MoltenVK/External/build/Intermediates
|
||||
key: ${{ runner.os }}-${{ steps.prep.outputs.XCODE_VERSION }}-${{ matrix.platform }}-${{ hashFiles('fetchDependencies','ExternalRevisions/**','ExternalDependencies.xcodeproj/**','Scripts/**') }}
|
||||
|
||||
- name: Disable ObjC MsgSend selector stubs for osxcross compatibility
|
||||
|
||||
Reference in New Issue
Block a user