We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abbc2d commit 55be308Copy full SHA for 55be308
script/ci-build-libsass
@@ -120,10 +120,10 @@ then
120
echo "Fetching Sass Spec PR $SPEC_PR"
121
git -C sass-spec fetch -u origin pull/$SPEC_PR/head:ci-spec-pr-$SPEC_PR
122
git -C sass-spec checkout --force ci-spec-pr-$SPEC_PR
123
- LD_LIBRARY_PATH="$PREFIX/lib/" make $MAKE_OPTS test_probe
+ LD_LIBRARY_PATH="$PREFIX/lib/" make $MAKE_OPTS test_build
124
else
125
126
fi
127
128
129
0 commit comments