diff --git a/.github/workflows/Windows_build.yml b/.github/workflows/Windows_build.yml index 2c1bb161b..46bf9e626 100644 --- a/.github/workflows/Windows_build.yml +++ b/.github/workflows/Windows_build.yml @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@main - name: Lint - run: .\xenia-build.py lint --all + run: python xenia-build.py lint --all build: name: Build @@ -69,9 +69,9 @@ jobs: with: fetch-depth: 0 - name: Setup - run: .\xenia-build.py setup + run: python xenia-build.py setup - name: Build - run: .\xenia-build.py build --no_premake --config=Release --target=src\xenia-app + run: python xenia-build.py build --no_premake --config=Release --target=src\xenia-app - name: Prepare artifacts id: prepare_artifacts run: |