File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -81,15 +81,16 @@ jobs:
81
81
- name : Install xcbeautify
82
82
run : |
83
83
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
87
88
- name : Run tests
88
89
shell : bash
89
90
run : |
90
91
set -o pipefail && \
91
92
swift test --sanitize=thread --enable-code-coverage |
92
- ./ xcbeautify --is-ci --quiet --renderer github-actions
93
+ xcbeautify --is-ci --quiet --renderer github-actions
93
94
- name : Upload coverage data
94
95
95
96
with :
You can’t perform that action at this time.
0 commit comments