We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e2978 commit ea40769Copy full SHA for ea40769
1 file changed
.github/actions/prepare-for-tests/action.yml
@@ -24,7 +24,8 @@ runs:
24
ls -l ~/
25
ls -l ~/cache || echo "no ~/cache dir"
26
# 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
+ echo $GITHUB_WORKSPACE
28
+ sed -i "s|\|.*|\|$GITHUB_WORKSPACE/emscripten/emscripten/emscripten/emsdk-install/emsdk-main/upstream/bin|" ~/cache/sanity.txt
29
30
shell: bash
31
0 commit comments