ci: set default shell to login shell

This way /etc/profile is sourced in our gentoo jobs
This commit is contained in:
2025-12-12 22:55:30 -06:00
parent 59c060df54
commit 8a483e6d6c

View File

@@ -2,6 +2,10 @@ name: Gentoo Utils
on: [push]
defaults:
run:
shell: bash -l {0}
jobs:
build-oci-image:
runs-on: ubuntu-latest