File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ test: xcbeautify
3838 set -o pipefail \
3939 && swift test --disable-automatic-resolution \
4040 --enable-experimental-prebuilts \
41- 2>&1 | ./ xcbeautify --renderer github-actions
41+ 2>&1 | xcbeautify --renderer github-actions
4242
4343test-query-performance : xcbeautify
4444 set -o pipefail \
@@ -56,10 +56,7 @@ test-fast:
5656 swift test --disable-automatic-resolution
5757
5858xcbeautify :
59- rm -rf .build/checkouts/xcbeautify
60- git clone https://github.com/cpisciotta/xcbeautify.git .build/checkouts/xcbeautify
61- cd .build/checkouts/xcbeautify && git checkout 2.25.1 && make build
62- binpath=` cd .build/checkouts/xcbeautify && swift build -c release --show-bin-path` && ln -sf $$ binpath/xcbeautify
59+ command -v xcbeautify
6360
6461docker-build : version
6562 docker build -t $(DOCKER_IMAGE ) :$(VERSION ) .
You can’t perform that action at this time.
0 commit comments