Skip to content

Commit db6d8f7

Browse files
authored
Update CI yet again
1 parent 8a408a6 commit db6d8f7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

+5-4
Original file line numberDiff line numberDiff 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
9495
uses: vapor/[email protected]
9596
with:

0 commit comments

Comments
 (0)