We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f9908 commit dab14f1Copy full SHA for dab14f1
2 files changed
cppjswasm/.github/workflows/build.yaml.jinja
@@ -45,7 +45,7 @@ jobs:
45
with:
46
version: 22.x
47
48
- - uses: mymindstorm/setup-emsdk@v14
+ - uses: mymindstorm/setup-emsdk@v16
49
50
- name: Install dependencies
51
run: make develop
cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v6
15
- uses: actions-ext/python/setup@main
16
- uses: actions-ext/node/setup@main
17
18
- run: make develop
19
- run: uv pip install .
20
- run: uv pip install yardang
0 commit comments