diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68e4463434..dc43e3bf58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: mkdir -p .ci && \ ( [ -e .ci/$f ] || curl -sSL "${PMD_CI_SCRIPTS_URL}/$f" > ".ci/$f" ) && \ chmod 755 .ci/$f && \ - bash -ex .ci/$f + .ci/$f - name: Build run: .ci/build.sh shell: bash