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