Skip to content

Commit 6b714e4

Browse files
authored
Update CI some more
1 parent fd1668c commit 6b714e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install xcbeautify
8282
run: |
8383
DEBIAN_FRONTEND=noninteractive apt-get update
84-
DEBIAN_FRONTEND=noninteractive apt-get install -y curl xz
84+
DEBIAN_FRONTEND=noninteractive apt-get install -y curl xz-utils
8585
curl -fsSLO 'https://github.com/tuist/xcbeautify/releases/download/1.0.1/xcbeautify-1.0.1-x86_64-unknown-linux-gnu.tar.xz'
8686
tar -x -J -f xcbeautify-1.0.1-x86_64-unknown-linux-gnu.tar.xz
8787
- name: Run tests

0 commit comments

Comments
 (0)