Skip to content

Commit

Permalink
chore: add fd to e2e-linux jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 12, 2024
1 parent 99f9454 commit 9f57dae
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,13 @@ jobs:
tranche: [0, 1, 2, 3]
steps:
- uses: actions/checkout@v4
- name: Install zsh/fish/direnv
run: sudo apt-get update; sudo apt-get install zsh fish direnv
- name: Install zsh/fish/direnv/fd
run: sudo apt-get update; sudo apt-get install zsh fish direnv fd-find
- name: Install fd-find
run: |
mkdir -p "$HOME/.local/bin"
ln -s "$(which fdfind)" "$HOME/.local/bin/fd"
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- uses: actions/download-artifact@v4
with:
name: tarball-x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 9f57dae

Please sign in to comment.