Skip to content

Commit

Permalink
fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixthrush authored Oct 23, 2024
1 parent 41efa23 commit 1ca2f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
architecture: ${{ matrix.os == 'macos-latest' && 'arm64' || 'x64' }}
cache: 'pip'
cache-dependency-path: |
Expand All @@ -37,7 +37,7 @@ jobs:
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: aniworld
script-name: src/aniworld
onefile: true

- name: Upload Artifacts
Expand Down

0 comments on commit 1ca2f51

Please sign in to comment.