diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be23c4f..52e1cfc 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 [ "${{ matrix.command }}" !== "" ]; then ${{ matrix.command }} fi git clone --depth 1 --branch ${{ matrix.version }} ${{ matrix.repo }}