Skip to content

Commit 40de297

Browse files
committed
We do not need TAGLIB_DIR for the tests, only for compiling
1 parent 8963b49 commit 40de297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282
run: TAGLIB_DIR=$PWD/tmp/$PLATFORM/taglib-$TAGLIB_VERSION bundle exec rake compile
8383

8484
- name: Run Tests (taglib-ruby)
85-
run: TAGLIB_DIR=$PWD/tmp/$PLATFORM/taglib-$TAGLIB_VERSION bundle exec rake test
85+
run: bundle exec rake test

0 commit comments

Comments
 (0)