Skip to content

Commit d46c156

Browse files
committed
double oops
1 parent 59266e4 commit d46c156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/link-pyodide.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
env:
3636
PYODIDE_VERSION: ${{ inputs.pyodide_version }}
3737
run: |
38-
export PYVERSION = $(cat python_version.txt)
39-
export PYODIDE_EMSCRIPTEN_VERSION = $(cat emscripten_version.txt)
38+
export PYVERSION=$(cat python_version.txt)
39+
export PYODIDE_EMSCRIPTEN_VERSION=$(cat emscripten_version.txt)
4040
cd pyodide
4141
make -C emsdk
4242
source emsdk/emsdk/emsdk_env.sh

0 commit comments

Comments
 (0)