Skip to content

Commit 8dd5209

Browse files
authored
Change git clone branch to 'libwebp' for external libs
1 parent c3a8a72 commit 8dd5209

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/native-compile-platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ jobs:
463463
shell: bash
464464
run: |
465465
EXT_VERSION=`node ./.github/workflows/get-native-external-version.js`
466-
git clone --branch $EXT_VERSION --depth 1 https://github.com/cocos/cocos-engine-external native/external
466+
git clone --branch libwebp --depth 1 https://github.com/oahcy/cocos-engine-external native/external
467467
468468
- name: Compile
469469
env:
@@ -514,7 +514,7 @@ jobs:
514514
shell: bash
515515
run: |
516516
EXT_VERSION=`node ./.github/workflows/get-native-external-version.js`
517-
git clone --branch $EXT_VERSION --depth 1 https://github.com/cocos/cocos-engine-external native/external
517+
git clone --branch libwebp --depth 1 https://github.com/oahcy/cocos-engine-external native/external
518518
- name: Compile
519519
env:
520520
COCOS_ENGINE_DEV: 1

0 commit comments

Comments
 (0)