We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64321c commit d189a5dCopy full SHA for d189a5d
1 file changed
.github/workflows/CI.yml
@@ -10,7 +10,8 @@ jobs:
10
steps:
11
- uses: actions/checkout@v1
12
- uses: mymindstorm/setup-emsdk@v1
13
- version: '1.38.47'
+ with:
14
+ version: '1.38.47'
15
- name: install coffee
16
run: npm install --global coffeescript
17
- name: make
0 commit comments