Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed Nov 19, 2024
1 parent 1b57d80 commit 8a7e82c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-demo.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Build Silvergun Demo

on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: mymindstorm/setup-emsdk@v14

- name: Build demo
- run: sh build_emscripten.sh
run: sh build_emscripten.sh

0 comments on commit 8a7e82c

Please sign in to comment.