Skip to content

Commit

Permalink
setup emsdk in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Klang committed Feb 2, 2021
1 parent 7dfdc3b commit 3b7a82d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
uses: fiam/arm-none-eabi-gcc@v1
with:
release: '9-2020-q2' # The arm-none-eabi-gcc release to use.
- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v7
with:
version: 2.0.10
- name: make
run: make
- name: make check
Expand Down

0 comments on commit 3b7a82d

Please sign in to comment.