Update release-macos.yml
This commit is contained in:
parent
8ad17f3af1
commit
72da43c734
1 changed files with 2 additions and 3 deletions
5
.github/workflows/release-macos.yml
vendored
5
.github/workflows/release-macos.yml
vendored
|
|
@ -21,9 +21,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo /Library/Frameworks/Python.framework/Versions/3.11/bin/python -m pip install --upgrade pip
|
sudo /Library/Frameworks/Python.framework/Versions/3.11/bin/python -m pip install --upgrade pip
|
||||||
sudo pip3 install coscmd
|
sudo pip3 install coscmd
|
||||||
echo /Library/Frameworks/Python.framework/Versions/3.11/bin >> $GITHUB_PATH
|
echo "/Library/Frameworks/Python.framework/Versions/3.11/bin" >> $GITHUB_PATH
|
||||||
echo /Library/Frameworks/Python.framework/Versions/3.11/bin >> $PATH
|
echo $PATH
|
||||||
echo $GITHUB_PATH
|
|
||||||
|
|
||||||
- name: coscmd test
|
- name: coscmd test
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue