Skip to content

Commit e1e2978

Browse files
committed
try fixing up sanity file
1 parent cd3fe07 commit e1e2978

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ runs:
2323
tar -xzvf ~/emscripten-cache.tar.gz -C ~/
2424
ls -l ~/
2525
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+
2629
shell: bash
2730

2831
- name: Set EM_CONFIG

0 commit comments

Comments
 (0)