Skip to content

Commit

Permalink
Don't build for linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
csaudiodesign committed Aug 25, 2023
1 parent b793479 commit 73527c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nuitka-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
# TODO: add ubuntu-latest
os: [macos-latest, windows-latest]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 73527c0

Please sign in to comment.