未验证 提交 b9cfed88 编写于 作者: C caishenghang 提交者: GitHub

External PR skip oss steps (#3843)

* Update README.md

* Update README.md

* Update test.yml

* Update test.yml

* Update action.yml
上级 db239cc9
......@@ -11,6 +11,10 @@ runs:
using: "composite"
steps:
- run: |
if [ -z "$OSS_ACCESS_KEY_ID" ]
then
exit 0
fi
if [ ! -f "$HOME/ossutil64" ]; then
curl http://gosspublic.alicdn.com/ossutil/1.6.19/ossutil64 -o $HOME/ossutil64
fi
......
......@@ -31,6 +31,10 @@ jobs:
OSS_ACCESS_KEY_ID: ${{ secrets.OSS_ACCESS_KEY_ID }}
OSS_ACCESS_KEY_SECRET: ${{ secrets.OSS_ACCESS_KEY_SECRET }}
run: |
if [ -z "$OSS_ACCESS_KEY_ID" ]
then
exit 0
fi
python3 -m pip install setuptools wheel
python3 -m pip install oss2
python3 tools/package_mirror.py -i cmake
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册