diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52e1cfc..9a7696d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: - name: Build with Pyodide run: | set -vxeuo pipefail - if [ "${{ matrix.command }}" !== "" ]; then + if [[ ! -z "${{ matrix.command }}" ]]; then ${{ matrix.command }} fi git clone --depth 1 --branch ${{ matrix.version }} ${{ matrix.repo }}