Skip to content

Commit d189a5d

Browse files
committed
fix syntax in ci yaml
1 parent f64321c commit d189a5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- uses: mymindstorm/setup-emsdk@v1
13-
version: '1.38.47'
13+
with:
14+
version: '1.38.47'
1415
- name: install coffee
1516
run: npm install --global coffeescript
1617
- name: make

0 commit comments

Comments
 (0)