Skip to content

Commit 0a4b696

Browse files
committed
ci: Fix xh installation
1 parent edb131a commit 0a4b696

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,8 @@ jobs:
158158

159159
- name: Install xh
160160
run: |
161-
curl -fsSL https://apt.cli.rs/pubkey.asc | sudo tee -a /usr/share/keyrings/rust-tools.asc
162-
curl -fsSL https://apt.cli.rs/rust-tools.list | sudo tee /etc/apt/sources.list.d/rust-tools.list
163-
sudo apt-get update
164-
sudo apt-get install -y xh
161+
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
162+
brew install --formula xh
165163
166164
# Install our fork of Step CI (has more features we need).
167165
# - name: Install Step CI

0 commit comments

Comments
 (0)