From a591567e3dd9b4c05df8e0646990368e4b7e52dd Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 22 Aug 2020 20:17:28 +0200 Subject: [PATCH] =?utf8?q?build.yaml:=20Remove=20redundant=20=E2=80=9Cshel?= =?utf8?q?l:=20bash=E2=80=9D=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.3