Skip to content

Fix/release #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dev-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Emscripten
uses: mymindstorm/setup-emsdk@v14
with:
version: "latest"
version: 4.0.10
actions-cache-folder: "emsdk-cache"

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Emscripten
uses: mymindstorm/setup-emsdk@v14
with:
version: "latest"
version: 4.0.10
actions-cache-folder: "emsdk-cache"

- name: Create Release Pull Request or Publish to npm
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ dist
.idea
.fleet
node_modules
*.tmp
*.tmp
emsdk-cache
354 changes: 0 additions & 354 deletions emsdk-cache/emsdk-main/.circleci/config.yml

This file was deleted.

Loading
Loading