The upcoming CI rework will hard depend on some bash constructs. While
theoretically possible to make them dash compliant, I'm not sure it's
worth the effort. Just install bash and carry on.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/362
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
apt-get update
apt-get install --yes \
+ bash \
build-essential \
clang \
gcc-multilib \
export TZ=Etc/UTC
apt-get update
apt-get install --yes \
+ bash \
build-essential \
curl \
clang \
permissions:
contents: read
+defaults:
+ run:
+ shell: bash
+
jobs:
build:
env: