We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3fe07 commit e1e2978Copy full SHA for e1e2978
1 file changed
.github/actions/prepare-for-tests/action.yml
@@ -23,6 +23,9 @@ runs:
23
tar -xzvf ~/emscripten-cache.tar.gz -C ~/
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
28
+
29
shell: bash
30
31
- name: Set EM_CONFIG
0 commit comments