diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1de7595..16dbaee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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