File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -292,6 +292,17 @@ jobs:
292292 run : |
293293 rm MediaPipeUnityPlugin-all.zip
294294
295+ # NOTE: a workaround to keep using Unity 6000.0.33f1
296+ - name : Patch dependencies
297+ run : |
298+ echo "$(jq '.dependencies["com.unity.test-framework"] = "1.4.5"' Packages/manifest.json)" > Packages/manifest.json
299+ echo "$(jq '
300+ .dependencies["com.unity.test-framework"].version = "1.4.5" |
301+ .dependencies["com.unity.test-framework"].source = "registry" |
302+ .dependencies["com.unity.test-framework"].url = "https://packages.unity.com"
303+ ' Packages/packages-lock.json)" > Packages/packages-lock.json
304+
305+
295306 # NOTE: this step will overwrite AppSettings.asset
296307 - name : Export unitypackage
297308 if : ${{ env.BUILD_UNITYPACKAGE == '1' }}
You can’t perform that action at this time.
0 commit comments