Skip to content

Commit

Permalink
Update compile-platforms.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriceJiang authored Jun 14, 2023
1 parent e518b86 commit 23454e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
set -x
# git clone --branch v3.7-use-bus-event --depth 1 https://github.com/PatriceJiang/engine engine
git clone --branch develop --depth 1 https://github.com/cocos/cocos-engine engine
git clone --branch v3.8.0 --depth 1 https://github.com/cocos/cocos-engine engine
cd engine
EXT_VERSION=`node ./.github/workflows/get-native-external-version.js`
cd native
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
set -x
# git clone --branch v3.7-use-bus-event --depth 1 https://github.com/PatriceJiang/engine engine
git clone --branch develop --depth 1 https://github.com/cocos/cocos-engine engine
git clone --branch v3.8.0 --depth 1 https://github.com/cocos/cocos-engine engine
cd engine
EXT_VERSION=`node ./.github/workflows/get-native-external-version.js`
cd native
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
run: |
set -x
# git clone --branch v3.7-use-bus-event --depth 1 https://github.com/PatriceJiang/engine engine
git clone --branch develop --depth 1 https://github.com/cocos/cocos-engine engine
git clone --branch v3.8.0 --depth 1 https://github.com/cocos/cocos-engine engine
cd engine
EXT_VERSION=`node ./.github/workflows/get-native-external-version.js`
cd native
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
run: |
set -x
# git clone --branch v3.7-use-bus-event --depth 1 https://github.com/PatriceJiang/engine engine
git clone --branch develop --depth 1 https://github.com/cocos/cocos-engine engine
git clone --branch v3.8.0 --depth 1 https://github.com/cocos/cocos-engine engine
cd engine
EXT_VERSION=`node ./.github/workflows/get-native-external-version.js`
cd native
Expand Down

0 comments on commit 23454e8

Please sign in to comment.