File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -81,15 +81,16 @@ jobs:
8181 - name : Install xcbeautify
8282 run : |
8383 DEBIAN_FRONTEND=noninteractive apt-get update
84- DEBIAN_FRONTEND=noninteractive apt-get install -y curl xz-utils
85- curl -fsSLO 'https://github.com/cpisciotta/xcbeautify/releases/download/2.15.0/xcbeautify-2.15.0-x86_64-unknown-linux-gnu.tar.xz'
86- tar -x -J -f xcbeautify-2.15.0-x86_64-unknown-linux-gnu.tar.xz
84+ DEBIAN_FRONTEND=noninteractive apt-get install -y curl xz-utils make
85+ git clone https://github.com/cpisciotta/xcbeautify.git -b 2.15.0
86+ cd xcbeautify
87+ make install PREFIX=/usr
8788 - name : Run tests
8889 shell : bash
8990 run : |
9091 set -o pipefail && \
9192 swift test --sanitize=thread --enable-code-coverage |
92- ./ xcbeautify --is-ci --quiet --renderer github-actions
93+ xcbeautify --is-ci --quiet --renderer github-actions
9394 - name : Upload coverage data
94959596 with :
You can’t perform that action at this time.
0 commit comments