From e17c3596bb1a78b163da89d612a6cd848bb18848 Mon Sep 17 00:00:00 2001 From: yixiu Date: Mon, 11 Nov 2024 20:11:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/script.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/script.yaml b/.github/workflows/script.yaml index 380240db..7cc60550 100644 --- a/.github/workflows/script.yaml +++ b/.github/workflows/script.yaml @@ -10,8 +10,16 @@ on: jobs: build: - runs-on: macos-latest # + runs-on: macos-latest # 在 macOS 上编译 steps: + - name: 获取代码 + uses: actions/checkout@v3 # 获取代码 + + - name: 准备python环境 + uses: actions/setup-python@v4 + with: + python-version: '3.9' + - name: 执行文件点击打开获取ss节点信息 run: ./ss