Skip to content

Commit e46776f

Browse files
committed
Install coffeescript in CI
1 parent b706e94 commit e46776f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- uses: mymindstorm/setup-emsdk@v1
1313
version: '1.38.47'
14+
- name: install coffee
15+
run: npm install --global coffeescript
1416
- name: make
1517
run: make

0 commit comments

Comments
 (0)