Skip to content
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