Move WebRTC version before general cache key

That's more logical
This commit is contained in:
Ilya Fedin
2025-12-17 22:27:54 +00:00
committed by John Preston
parent fc0cbaadd5
commit dddefc3904

View File

@@ -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: |