Skip to content

Commit

Permalink
Actions: update fishtape installation
Browse files Browse the repository at this point in the history
  • Loading branch information
spinningarrow authored Apr 25, 2024
1 parent 4f0a1bc commit 3a66eea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable

- run: |
curl -O 'https://raw.githubusercontent.com/fisherman/fishtape/master/fishtape.fish'
nix-shell --command "fish -c 'source fishtape.fish; make test'"
nix-shell --command "fish -c '\
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher;\
fisher install jorgebucaran/fishtape;\
make test'"

0 comments on commit 3a66eea

Please sign in to comment.