[workflow] debug coscmd macos
This commit is contained in:
parent
1484c0d8c7
commit
1aa894ce6e
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release-macos.yml
vendored
6
.github/workflows/release-macos.yml
vendored
|
|
@ -18,7 +18,11 @@ jobs:
|
|||
runs-on: "macos-11"
|
||||
steps:
|
||||
- name: Install coscmd
|
||||
run: sudo pip3 install coscmd
|
||||
run: |
|
||||
sudo /Library/Frameworks/Python.framework/Versions/3.11/bin/python -m pip install --upgrade pip
|
||||
sudo pip3 install coscmd
|
||||
whereis coscmd
|
||||
coscmd -v
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm install -g pnpm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue