Skip to content

Commit

Permalink
Disable generating on Ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
s0600204 committed Jan 26, 2024
1 parent b80349f commit 649b7ee
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,19 @@ 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 649b7ee

Please sign in to comment.