mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
ci: explicitly specify bash in mise tools installation (#27666)
Should hopefully fix [this issue](https://github.com/coder/coder/actions/runs/30412236628/job/90710968864?pr=27628)
This commit is contained in:
@@ -573,6 +573,7 @@ jobs:
|
||||
install-args: "go terraform"
|
||||
|
||||
- name: Install Go mise tools
|
||||
shell: bash
|
||||
run: ./.github/scripts/retry.sh -- mise install --locked go:gotest.tools/gotestsum go:github.com/slsyy/mtimehash/cmd/mtimehash
|
||||
|
||||
- name: Download Test Cache
|
||||
|
||||
Reference in New Issue
Block a user