diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2021-03-07 22:41:27 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2021-03-07 22:41:27 +0900 |
| commit | dfda5c054a54a67bf12f89430bf22ae26af3dbc1 (patch) | |
| tree | a0a7968075cbc815d8f497fdc1bbf413b6febcbb /.github/workflows/linux.yml | |
| parent | f657169616a643db9b810d87984146faa2df3d2b (diff) | |
| download | fzf-dfda5c054a54a67bf12f89430bf22ae26af3dbc1.tar.gz | |
[actions] Install fish using apt-get
For some reason, `test_ctrl_r` and `test_ctrl_r_abort` are not passing
on GitHub Action runner with Fish 3.2.0.
Diffstat (limited to '.github/workflows/linux.yml')
| -rw-r--r-- | .github/workflows/linux.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f8db7dc9..c3f7d096 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -23,16 +23,13 @@ jobs: with: go-version: ${{ matrix.go }} - - name: fish-actions/install-fish - uses: fish-actions/install-fish@v1.0.0 - - name: Setup Ruby uses: ruby/setup-ruby@v1.62.0 with: ruby-version: 3.0.0 - name: Install packages - run: sudo apt-get install --yes zsh tmux + run: sudo apt-get install --yes zsh fish tmux - name: Install Ruby gems run: sudo gem install --no-document minitest:5.14.2 rubocop:1.0.0 rubocop-minitest:0.10.1 rubocop-performance:1.8.1 |
