mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
ci: specify bash shell for background jobs
GitHub Actions defaults to PowerShell on some runners, which swallows background job output and can behave differently with `&`.
This commit is contained in:
committed by
Sylvestre Ledru
parent
acd51ef18d
commit
5547962978
@@ -394,6 +394,7 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Avoid no space left on device
|
||||
shell: bash
|
||||
run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android &
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
|
||||
@@ -125,6 +125,7 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Avoid no space left on device (Ubuntu runner)
|
||||
shell: bash
|
||||
run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android &
|
||||
- name: Prepare, build and test
|
||||
uses: vmactions/freebsd-vm@v1.3.9
|
||||
|
||||
Reference in New Issue
Block a user