Update release-macos.yml
This commit is contained in:
parent
4c3be25a43
commit
8ad17f3af1
1 changed files with 7 additions and 0 deletions
7
.github/workflows/release-macos.yml
vendored
7
.github/workflows/release-macos.yml
vendored
|
|
@ -22,7 +22,14 @@ jobs:
|
|||
sudo /Library/Frameworks/Python.framework/Versions/3.11/bin/python -m pip install --upgrade pip
|
||||
sudo pip3 install coscmd
|
||||
echo /Library/Frameworks/Python.framework/Versions/3.11/bin >> $GITHUB_PATH
|
||||
echo /Library/Frameworks/Python.framework/Versions/3.11/bin >> $PATH
|
||||
echo $GITHUB_PATH
|
||||
|
||||
- name: coscmd test
|
||||
run: |
|
||||
echo $PATH
|
||||
echo $GITHUB_PATH
|
||||
/Library/Frameworks/Python.framework/Versions/3.11/bin/coscmd -v
|
||||
coscmd -v
|
||||
|
||||
- name: Install pnpm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue