We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xh
1 parent edb131a commit 0a4b696Copy full SHA for 0a4b696
.github/workflows/test.yaml
@@ -158,10 +158,8 @@ jobs:
158
159
- name: Install xh
160
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
+ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
+ brew install --formula xh
165
166
# Install our fork of Step CI (has more features we need).
167
# - name: Install Step CI
0 commit comments