We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1668c commit 6b714e4Copy full SHA for 6b714e4
.github/workflows/test.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Install xcbeautify
82
run: |
83
DEBIAN_FRONTEND=noninteractive apt-get update
84
- DEBIAN_FRONTEND=noninteractive apt-get install -y curl xz
+ DEBIAN_FRONTEND=noninteractive apt-get install -y curl xz-utils
85
curl -fsSLO 'https://github.com/tuist/xcbeautify/releases/download/1.0.1/xcbeautify-1.0.1-x86_64-unknown-linux-gnu.tar.xz'
86
tar -x -J -f xcbeautify-1.0.1-x86_64-unknown-linux-gnu.tar.xz
87
- name: Run tests
0 commit comments