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 b3e779a commit ba04b39Copy full SHA for ba04b39
.github/workflows/grammars.yml
@@ -22,6 +22,7 @@ env:
22
jobs:
23
tree-sitter-grammars:
24
name: Building tree-sitter (${{ matrix.os }})
25
+ if: ${{ false }}
26
runs-on: ${{ matrix.os }}
27
strategy:
28
fail-fast: false
.github/workflows/tests.yml
@@ -45,10 +45,13 @@ jobs:
45
cache: "yarn"
46
47
- name: Setup EMSDK
48
- uses: mymindstorm/setup-emsdk@v14
+ uses: pyodide/setup-emsdk@v15
49
+ env:
50
+ EMSDK_VERSION: 4.0.15
51
with:
- version: 3.1.54
52
+ version: ${{ env.EMSDK_VERSION }}
53
actions-cache-folder: "emsdk-cache"
54
+ cache-key: emsdk-cache-${{ runner.os }}-${{ runner.arch }}-${{ env.EMSDK_VERSION }}
55
56
- name: Install dependencies
57
env:
0 commit comments