From 2522ba343965b315635091e7f081e09227333edf Mon Sep 17 00:00:00 2001 From: lilingfengdev Date: Sun, 9 Jun 2024 13:30:04 +0800 Subject: [PATCH] fix action --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9ea3513..8f76f6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,10 +24,10 @@ jobs: python-version: "3.11" - name: Install Dependencies run: | - if [ "${{ matrix.os }}" == "windows-latest" ]; then - python -m pip install pyyaml install-jdk tqdm psutil requests pygithub rtoml-0.10.0-cp311-none-win_amd64.whl pyinstaller + if [ ${{ matrix.os }} == "windows-latest" ]; then + python3 -m pip install pyyaml install-jdk tqdm psutil requests pygithub rtoml-0.10.0-cp311-none-win_amd64.whl pyinstaller else - python -m pip install pyyaml install-jdk tqdm psutil requests pygithub rtoml pyinstaller + python3 -m pip install pyyaml install-jdk tqdm psutil requests pygithub rtoml pyinstaller - name: Generate Bundle run: | python generate-bundle.py