From 255b9fbbb38caee30ed96de5b9bcfeb8697cc4ca Mon Sep 17 00:00:00 2001 From: Stefan Hillmich Date: Mon, 12 Sep 2022 09:41:01 +0200 Subject: [PATCH] Set shell to bash as default --- .github/workflows/cmake.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c17fc9a..0b1b10c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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: