Skip to content

Commit

Permalink
workflows/update-check: install bintool Python dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
  • Loading branch information
bgilbert committed Mar 12, 2024
1 parent e4ec80d commit 5136183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install dependencies
run: pip install --user meson packaging requests
- name: Check out repo
uses: actions/checkout@v4
with:
Expand All @@ -42,7 +44,6 @@ jobs:
- name: Update wraps
id: modified
run: |
pip install --user meson
meson wrap update
modified=$(git status --porcelain "subprojects/*.wrap" |
sed -e 's:.*/::' -e 's/\.wrap$//')
Expand Down

0 comments on commit 5136183

Please sign in to comment.