From: Joel Rosdahl Date: Sat, 22 Aug 2020 18:17:28 +0000 (+0200) Subject: build.yaml: Remove redundant “shell: bash” configuration X-Git-Tag: v4.0~182 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a591567e3dd9b4c05df8e0646990368e4b7e52dd;p=thirdparty%2Fccache.git build.yaml: Remove redundant “shell: bash” configuration --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index abf537a4c..5c314b554 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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