Skip to content

Commit

Permalink
Update workflow make-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedas committed Jan 20, 2022
1 parent 2cba923 commit b4d1239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
fi
autoreconf -i
./configure
./configure --with-defaultdir=`pwd`/default
cd src; make; cd ..
make check-local TEST_FILES='xt/perltidy.t' || true
make check-local
Expand Down

0 comments on commit b4d1239

Please sign in to comment.