mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
ci: fix prerequisites
This commit is contained in:
parent
75441a90a8
commit
74858434a8
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -26,9 +26,9 @@ jobs:
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ matrix.os }}" =~ "macos.*" ]]; then
|
if [[ "${{ matrix.os }}" == macos* ]]; then
|
||||||
brew install fish zsh
|
brew install fish zsh
|
||||||
elif [[ "${{ matrix.os }}" =~ "ubuntu.*" ]]; then
|
elif [[ "${{ matrix.os }}" == ubuntu* ]]; then
|
||||||
sudo apt -y update
|
sudo apt -y update
|
||||||
sudo apt -y install fish zsh
|
sudo apt -y install fish zsh
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue