Set shell to bash as default

This commit is contained in:
Stefan Hillmich 2022-09-12 09:41:01 +02:00
parent 5b55d81e2c
commit 255b9fbbb3

View File

@ -11,6 +11,11 @@ env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
defaults:
run:
shell: bash
jobs:
build-ubuntu:
strategy: