Skip to content

Commit

Permalink
chore: Set up emsdk on GitHub Actions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Korilakkuma committed Oct 21, 2024
1 parent 80123e4 commit 8fb46d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: mymindstorm/setup-emsdk@v14
- name: Use emsdk
run: emcc -v
- run: npm install
- run: npm run lint
- run: npm run type
Expand Down

0 comments on commit 8fb46d2

Please sign in to comment.