Skip to content

Commit ba04b39

Browse files
committed
update
1 parent b3e779a commit ba04b39

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/grammars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ env:
2222
jobs:
2323
tree-sitter-grammars:
2424
name: Building tree-sitter (${{ matrix.os }})
25+
if: ${{ false }}
2526
runs-on: ${{ matrix.os }}
2627
strategy:
2728
fail-fast: false

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,13 @@ jobs:
4545
cache: "yarn"
4646

4747
- name: Setup EMSDK
48-
uses: mymindstorm/setup-emsdk@v14
48+
uses: pyodide/setup-emsdk@v15
49+
env:
50+
EMSDK_VERSION: 4.0.15
4951
with:
50-
version: 3.1.54
52+
version: ${{ env.EMSDK_VERSION }}
5153
actions-cache-folder: "emsdk-cache"
54+
cache-key: emsdk-cache-${{ runner.os }}-${{ runner.arch }}-${{ env.EMSDK_VERSION }}
5255

5356
- name: Install dependencies
5457
env:

0 commit comments

Comments
 (0)