Skip to content

Commit 837c59a

Browse files
committed
Remove yarn caching from ubuntu steps in run_unit_tests
1 parent 8cc02ba commit 837c59a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,10 @@ jobs:
2222
with:
2323
version: 4.0.19
2424
actions-cache-folder: ".emsdk-cache"
25-
- name: Setup Node with yarn cache
25+
- name: Setup Node
2626
uses: actions/setup-node@v4
2727
with:
2828
node-version: "22.16.0"
29-
cache: "yarn"
30-
cache-dependency-path: |
31-
package.json
32-
yarn.lock
3329
- name: Install yarn package manager
3430
run: npm install --global yarn
3531
- name: Install dependencies

0 commit comments

Comments
 (0)