You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Untapping unused taps to avoid Homebrew trust warnings"
190
+
brew untap aws/tap azure/bicep || true
191
+
189
192
echo "Using brew to install ninja"
190
193
brew install md5sha1sum ccache
191
194
@@ -330,7 +333,7 @@ jobs:
330
333
# Note: I'm picking up the ccache before I do the conan cache, otherwise on windows when trying to hashFiles('**/CMakeLists.txt') it looks into the conan folder which fails
331
334
# To prevent problems, changing to multiple more specific glob patterns
332
335
- name: Setup CCache
333
-
uses: actions/cache@v4
336
+
uses: actions/cache@v5
334
337
id: cacheccache
335
338
if: ${{ !matrix.SELF_HOSTED }}
336
339
with:
@@ -349,7 +352,7 @@ jobs:
349
352
ccache --zero-stats
350
353
351
354
- name: Setup Conan Cache
352
-
uses: actions/cache@v4
355
+
uses: actions/cache@v5
353
356
id: cacheconan
354
357
if: ${{ !matrix.SELF_HOSTED }}
355
358
with:
@@ -384,7 +387,7 @@ jobs:
384
387
- name: Cache Qt and SDK
385
388
id: cachebuild
386
389
if: ${{ !matrix.SELF_HOSTED }}
387
-
uses: actions/cache@v3
390
+
uses: actions/cache@v5
388
391
with:
389
392
path: |
390
393
build/Qt-install
@@ -723,7 +726,7 @@ jobs:
723
726
arch: arm64
724
727
725
728
steps:
726
-
- uses: actions/checkout@v4# Still need code checked out to get testing scripts
729
+
- uses: actions/checkout@v5# Still need code checked out to get testing scripts
0 commit comments