Skip to content

Commit 7600c8f

Browse files
committed
Remove extra quotes in shell command
1 parent da7dbec commit 7600c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
pkg-config --modversion mpfr
141141
pkg-config --modversion flint
142142
143-
pyodide build -C "setup-args='-Dflint_version_check=false'"
143+
pyodide build -C "setup-args=-Dflint_version_check=false"
144144
145145
- name: Set up Pyodide virtual environment and test python-flint
146146
run: |

0 commit comments

Comments
 (0)