From a1dc64726c149437329fbdabd283c667f1b4d635 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 13 Feb 2022 10:31:39 +0800 Subject: [PATCH] pip3 test --- .github/workflows/release.yml | 14 +++++++++++--- share/const.go | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 186fd1c2..8f463e3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,9 +24,17 @@ jobs: sudo apt-get install -y g++-aarch64-linux-gnu crossbuild-essential-arm64 - name: Install coscmd - run: | - echo "/Library/Frameworks/Python.framework/Versions/2.7/bin" >> $GITHUB_PATH - sudo pip install coscmd + run: sudo pip3 install coscmd + + # - name: Debug Query + # if: matrix.platform == 'macos-11' + # run: | + # ls -l /Library/Frameworks/Python.framework/Versions/2.7/bin/ + + # - name: Setup coscmd + # if: matrix.platform == 'macos-11' + # run: | + # ln -s /Library/Frameworks/Python.framework/Versions/2.7/bin/coscmd /usr/bin/coscmd - name: Setup Cache uses: actions/cache@v2 diff --git a/share/const.go b/share/const.go index 3d008761..d5111fbf 100644 --- a/share/const.go +++ b/share/const.go @@ -4,7 +4,7 @@ package share // session -> freeport fix bug // 更新制品目录 -> ui/downloads // Arm64 制品 -> arm build test -// MacOS 制品 -> debug 16 +// MacOS 制品 -> debug 17 // VERSION 版本号 const VERSION = "0.9.1"