Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored May 3, 2024
1 parent cecc90a commit 29ec902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 29ec902

Please sign in to comment.