Skip to content

Commit 3b7a82d

Browse files
author
Martin Klang
committed
setup emsdk in gh action
1 parent 7dfdc3b commit 3b7a82d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
uses: fiam/arm-none-eabi-gcc@v1
2020
with:
2121
release: '9-2020-q2' # The arm-none-eabi-gcc release to use.
22+
- name: Setup emsdk
23+
uses: mymindstorm/setup-emsdk@v7
24+
with:
25+
version: 2.0.10
2226
- name: make
2327
run: make
2428
- name: make check

0 commit comments

Comments
 (0)