Skip to content

Commit ea40769

Browse files
committed
moar emscriptens
1 parent e1e2978 commit ea40769

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/prepare-for-tests/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ runs:
2424
ls -l ~/
2525
ls -l ~/cache || echo "no ~/cache dir"
2626
# TODO There has to be a better way to do this. Maybe use the setup-emsdk action's builtin support?
27-
sed -i "s|\|.*|\|$GITHUB_WORKSPACE/emscripten/emscripten/emsdk-install/emsdk-main/upstream/bin|" ~/cache/sanity.txt
27+
echo $GITHUB_WORKSPACE
28+
sed -i "s|\|.*|\|$GITHUB_WORKSPACE/emscripten/emscripten/emscripten/emsdk-install/emsdk-main/upstream/bin|" ~/cache/sanity.txt
2829
2930
shell: bash
3031

0 commit comments

Comments
 (0)