mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-24 10:00:44 +08:00
workflow: Add brew to path for Ubuntu
This commit is contained in:
parent
d428b723c8
commit
32a7e595be
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -34,6 +34,12 @@ jobs:
|
|||
- name: Checkout the repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Add brew to path for Ubuntu
|
||||
if: startsWith(matrix.os, 'ubuntu') && matrix.fish == 'brew'
|
||||
run: |
|
||||
echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
|
||||
echo "/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
|
||||
|
||||
- name: Install Fish
|
||||
run: FISH_RELEASE=${{ matrix.fish }} tools/ci-install-fish.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user