Skip to content

Commit 9d545d1

Browse files
committed
Force deps-hash update
1 parent 54b1b12 commit 9d545d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-emscripten.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
h = hashlib.sha256()
3030
h.update(json.dumps(config["dependencies"], sort_keys=True).encode())
3131
h.update(Path("Platforms/emscripten/make_libffi.sh").read_bytes())
32+
h.update(b'1') # Update to explicitly bust cache
3233
emsdk_cache = Path(os.environ["RUNNER_TEMP"]) / "emsdk-cache"
3334
with open(os.environ["GITHUB_OUTPUT"], "a") as f:
3435
f.write(f"emscripten-version={config['emscripten-version']}\n")

0 commit comments

Comments
 (0)