Skip to content

Commit

Permalink
Re-enable building on Ubuntu
Browse files Browse the repository at this point in the history
(Apparently there's been some improvements to the project's own build flow)

(Also, 1.5.x is in Debian without needing patched, so...)
  • Loading branch information
s0600204 committed Jan 26, 2024
1 parent 649b7ee commit 422192b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,14 @@ jobs:
run:
shell: ${{ matrix.sys.shell }}

# Building on an Ubuntu image is disabled until such time as it is proveably possible to
# build python-rtmidi v1.5.x (with or without Poetry).
#
# @note At the time of writing, python-rtmidi 1.5.x hasn't arrived in Ubuntu's (or Debian's)
# repositories.
strategy:
fail-fast: false
matrix:
sys:
- os: windows-latest
shell: msys2 {0}
#- os: ubuntu-latest
# shell: bash
- os: ubuntu-latest
shell: bash
- os: macos-latest
shell: bash

Expand Down

0 comments on commit 422192b

Please sign in to comment.