Skip to content

Commit bf09702

Browse files
committed
fix: 删掉了一些不必要的命令
1 parent 493a176 commit bf09702

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ jobs:
3232
OSS_CONFIG: ${{ secrets.OSS_CONFIG }}
3333
OSS_NAME: ${{ secrets.OSS_NAME }}
3434
run: |
35-
ls -a
3635
sudo apt update
37-
sudo pip3 install setuptools
38-
sudo pip3 install -r requirements.txt
3936
wget http://gosspublic.alicdn.com/ossutil/1.7.1/ossutil64
4037
sudo chmod 755 ossutil64
4138
echo -e "${OSS_CONFIG}" > ~/.ossutilconfig

0 commit comments

Comments
 (0)