Set shell to bash as default
This commit is contained in:
parent
5b55d81e2c
commit
255b9fbbb3
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user