Skip to content

Commit

Permalink
Fix cython in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
infirit committed Jan 15, 2023
1 parent 2e7b4fe commit fe0d0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt-get install -y -qq --no-install-recommends meson gettext cython libglib2.0-dev python3-dev python-gi-dev libbluetooth-dev
- run: sudo apt-get install -y -qq --no-install-recommends meson gettext cython3 libglib2.0-dev python3-dev python-gi-dev libbluetooth-dev
- run: meson --warnlevel 3 --buildtype debug -Druntime_deps_check=false builddebug
- run: ninja -v -C builddebug/

Expand Down

0 comments on commit fe0d0bf

Please sign in to comment.