Skip to content

Commit d189a5d

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)