mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
ci: use stable bashunit version (#486)
This commit is contained in:
parent
19427aa202
commit
a5f5ea5206
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
sudo apt -y update
|
||||
sudo apt -y install zsh fish shellcheck
|
||||
fi
|
||||
curl -s https://bashunit.typeddevs.com/install.sh | bash -s beta
|
||||
curl -s https://bashunit.typeddevs.com/install.sh | bash -s 0.31.0
|
||||
|
||||
- name: Show version
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue