Skip to content

Commit

Permalink
Fail CI if rake swig causes changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobvosmaer committed Apr 8, 2024
1 parent cc749ba commit 73da33b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
touch ext/*/*.i
export PATH=$HOME/$SWIG_DIR/bin:$PATH
TAGLIB_DIR=$PWD/tmp/$PLATFORM/taglib-$TAGLIB_VERSION bundle exec rake swig
echo 'Checking for changes (there should be none)'
git diff --exit-code
- name: Compile (taglib-ruby)
run: TAGLIB_DIR=$PWD/tmp/$PLATFORM/taglib-$TAGLIB_VERSION bundle exec rake compile
Expand Down

0 comments on commit 73da33b

Please sign in to comment.