Skip to content

Commit

Permalink
Merge pull request #180 from bgilbert/updates
Browse files Browse the repository at this point in the history
workflows: update `update-check` for restructured repo
  • Loading branch information
bgilbert authored Nov 8, 2023
2 parents cd70589 + 63d19ed commit 41c18d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: modified
run: |
pip install --user meson
meson wrap update --sourcedir meson
meson wrap update
modified=$(git status --porcelain "subprojects/*.wrap" |
sed -e 's:.*/::' -e 's/\.wrap$//')
modified=$(echo $modified | sed -e 's/ /, /g')
Expand Down

0 comments on commit 41c18d5

Please sign in to comment.