Merge pull request #249 from trheyi/main

[workflow] release-macos coscmd
This commit is contained in:
Max 2022-11-10 14:09:34 +08:00 committed by GitHub
commit 7526ccaaf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,14 +20,9 @@ jobs:
- name: Install coscmd
run: |
sudo /Library/Frameworks/Python.framework/Versions/3.11/bin/python -m pip install --upgrade pip
sudo pip install coscmd
echo $PATH
find /Library/Frameworks/Python.framework/Versions/3.11/bin
ls -l ~/Library/Python
find ~/Library/Python
whereis coscmd
coscmd -v
sudo pip3 install coscmd
echo "/Library/Frameworks/Python.framework/Versions/3.11/bin" >> $GITHUB_PATH
- name: Install pnpm
run: npm install -g pnpm