Skip to content

Commit

Permalink
Fix release action for new pip contraint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Oct 16, 2024
1 parent 98f7ffa commit 521a771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y ninja-build libcunit1-dev python3-pip
# Install meson as root so we can install to the system below.
sudo pip install meson
sudo pip install meson --break-system-packages
- name: Build tarball and changelogs
run: |
git rm -rf c/tests/meson-subproject
Expand Down

0 comments on commit 521a771

Please sign in to comment.