Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,18 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y ninja-build

- name: Setup emsdk + occt
run: npm run setup

- name: Restore Emscripten cache
- name: Restore Build Cache
uses: actions/cache@v5
with:
path: build/target
path: build
key: emcache-${{ env.EM_VERSION }}-${{ runner.os }}-${{ runner.arch }}
restore-keys: |
emcache-${{ env.EM_VERSION }}-${{ runner.os }}-

- name: Setup emsdk + occt
run: npm run setup

- name: Build
run: npm run build

Expand Down