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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c01c4cbb82
commit
738d04fcb0
2
.github/actions/cache-emsdk/action.yml
vendored
2
.github/actions/cache-emsdk/action.yml
vendored
@@ -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')}}
|
||||
|
Reference in New Issue
Block a user