We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93aaf1a commit 81eef01Copy full SHA for 81eef01
.github/workflows/ci.yml
@@ -44,19 +44,6 @@ jobs:
44
with:
45
submodules: "recursive"
46
47
- - name: Get Cache Dir
48
- id: yarn-cache-dir
49
- run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
50
-
51
- - name: Use Cache
52
- uses: actions/cache@v4
53
- id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
54
- with:
55
- path: ${{ steps.yarn-cache-dir.outputs.dir }}
56
- key: ${{ runner.os }}-yarn-
57
- restore-keys: |
58
- ${{ runner.os }}-yarn-
59
60
- name: Use EMSDK
61
uses: mymindstorm/setup-emsdk@v14
62
0 commit comments