]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
build.yaml: Remove redundant “shell: bash” configuration
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 22 Aug 2020 18:17:28 +0000 (20:17 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 22 Aug 2020 18:30:54 +0000 (20:30 +0200)
.github/workflows/build.yaml

index abf537a4c6fa5775fbba7d1305902e2160c7df3f..5c314b554dd33fecd01c56339be693c3e4c28c7f 100644 (file)
@@ -29,7 +29,6 @@ jobs:
         run: sudo apt-get install elfutils libzstd-dev
 
       - name: Build and test
-        shell: bash
         run: ci/build
         env:
           CC: ${{ matrix.compiler.CC }}
@@ -220,7 +219,6 @@ jobs:
         CTEST_OUTPUT_ON_FAILURE: ON
         RUN_TESTS: ${{ matrix.config.RUN_TESTS }}
         SPECIAL: ${{ matrix.config.SPECIAL }}
-      shell: bash
       run: ci/build
 
     - name: Collect testdir from failed tests