Skip to content

Commit

Permalink
ci: fix python command
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed May 26, 2024
1 parent 4b4e268 commit ac40370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Build wasm
run: |
python run scripts/wasm.py
python scripts/wasm.py
- name: Build
working-directory: ./ui
Expand Down

0 comments on commit ac40370

Please sign in to comment.