Browse Source

Update main.yml

Driecky Cay 7 months ago
parent
commit
e2647e5e6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -43,7 +43,7 @@ jobs:
 
       - name: 安装COS
         run: |
-          sudo pip install coscmd
+          pip install coscmd
       - name: 配置COS
         env:
           SECRET_ID: ${{ secrets.SECRET_ID }}