Skip to content

Commit

Permalink
yaml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PJDude committed Jan 29, 2024
1 parent da7a18a commit 21197cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

##########################################################################
win-nuitka:
needs: [win-pyinstaller-gen-version]
needs: [win-pyinstaller-gen-version]
runs-on: windows-latest

steps:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
if-no-files-found: error

##########################################################################
lin-nuitka:
lin-nuitka:
permissions: write-all
needs: [win-nuitka]
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 21197cb

Please sign in to comment.