ci: set default shell to login shell
This way /etc/profile is sourced in our gentoo jobs
This commit is contained in:
@@ -2,6 +2,10 @@ name: Gentoo Utils
|
||||
|
||||
on: [push]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash -l {0}
|
||||
|
||||
jobs:
|
||||
build-oci-image:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user