Install fish first

pull/627/head
Jorge Bucaran 4 years ago
parent e3ae2ed66a
commit 882e839110
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -1,19 +1,20 @@
name: CI
on: push
jobs:
defaults:
run:
shell: fish {0}
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
sudo add-apt-repository -y ppa:fish-shell/nightly-master
- name: Install Fish
run: |
sudo apt-add-repository -yn ppa:fish-shell/release-3
sudo apt-get update
sudo apt-get -y install fish
- run: |
curl -sL git.io/fisher | source && fisher install jorgebucaran/fisher
fisher -v && fisher -h
sudo apt-get install -y fish
- name: Install Fisher
run: $GITHUB_WORKSPACE/ && source fisher.fish && fisher install .
shell: fish {0}

Loading…
Cancel
Save