From 738d04fcb0592855eb74b4b4c51eb928de76e3d6 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Tue, 12 Dec 2023 13:11:01 -0800 Subject: [PATCH] Fix OSS JS Build (#1512) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1512 Latest revision either never got exported, or didn't block land? Fix the typo. Reviewed By: joevilches Differential Revision: D52087122 fbshipit-source-id: 2dfcff4925902bdd1dd210a219a78707186fd28e --- .github/actions/cache-emsdk/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cache-emsdk/action.yml b/.github/actions/cache-emsdk/action.yml index da3c55fa36..4c0553a1e4 100644 --- a/.github/actions/cache-emsdk/action.yml +++ b/.github/actions/cache-emsdk/action.yml @@ -7,4 +7,4 @@ runs: uses: actions/cache@v3 with: path: javascript/.emsdk - key: emsdk-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('yarn.lock', 'javascript/package.json', 'javascript/just.config.cjs'}} + key: emsdk-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('yarn.lock', 'javascript/package.json', 'javascript/just.config.cjs')}}