We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b706e94 commit e46776fCopy full SHA for e46776f
.github/workflows/CI.yml
@@ -11,5 +11,7 @@ jobs:
11
- uses: actions/checkout@v1
12
- uses: mymindstorm/setup-emsdk@v1
13
version: '1.38.47'
14
+ - name: install coffee
15
+ run: npm install --global coffeescript
16
- name: make
17
run: make
0 commit comments