We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cea93 commit e040997Copy full SHA for e040997
.github/workflows/build.yml
@@ -29,6 +29,7 @@ jobs:
29
echo "CC=gcc-11" >> $GITHUB_ENV
30
echo "CXX=g++-11" >> $GITHUB_ENV
31
- name: Build-Release
32
+ shell: bash
33
run: |
34
mkdir build
35
cd build
0 commit comments