From dddefc3904639e2983491ec6b8295bd9deda5ae8 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Wed, 17 Dec 2025 22:27:54 +0000 Subject: [PATCH] Move WebRTC version before general cache key That's more logical --- .github/workflows/mac_packaged.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac_packaged.yml b/.github/workflows/mac_packaged.yml index d1f94f7dd2..97256e63f4 100644 --- a/.github/workflows/mac_packaged.yml +++ b/.github/workflows/mac_packaged.yml @@ -103,7 +103,7 @@ jobs: uses: actions/cache@v4 with: path: ${{ env.LibrariesPath }}/tg_owt - key: ${{ runner.OS }}-webrtc-${{ env.CACHE_KEY }}-${{ env.WEBRTC }} + key: ${{ runner.OS }}-webrtc-${{ env.WEBRTC }}-${{ env.CACHE_KEY }} - name: WebRTC. if: steps.cache-webrtc.outputs.cache-hit != 'true' run: |