Skip to content

Commit

Permalink
Merge pull request #5 from golemcloud/update-upstream
Browse files Browse the repository at this point in the history
Update upstream
  • Loading branch information
noise64 authored Aug 26, 2024
2 parents c5eb3d7 + a6f690b commit cebb070
Show file tree
Hide file tree
Showing 16 changed files with 118 additions and 1,615 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,16 @@ jobs:
- name: Install NPM packages
run: npm install

- name: Get StarlingMonkey Commit
id: starlingmonkey-commit
run: echo "STARLINGMONKEY_HASH=$(git submodule status | head -c9 | tail -c8)" >> "$GITHUB_OUTPUT"

- name: Cache StarlingMonkey
uses: actions/cache@v3
id: starlingmonkey-build
with:
path: build-release
key: engine-build-${{ hashFiles('.git/modules/StarlingMonkey/FETCH_HEAD') }}
key: engine-build-${{ steps.starlingmonkey-commit.outputs.STARLINGMONKEY_HASH }}

- name: Build
run: npm run build
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ example/package-lock.json
example/hello.component.wasm
/build-debug
/build-release
.vscode
.vscode
/package-lock.json
Loading

0 comments on commit cebb070

Please sign in to comment.