Skip to content

Commit

Permalink
chore: fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
fucksophie committed Jan 3, 2025
1 parent 08cb045 commit 933d3c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Build and publish artifact

on: [push]

env:
EM_VERSION: 1.39.18
EM_CACHE_FOLDER: 'emsdk-cache'

jobs:
test:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 933d3c1

Please sign in to comment.