Skip to content

Commit 81e8019

Browse files
Apply suggestions from code review
Co-Authored-By: Danil Ovchinnikov <danil42worker@gmail.com>
1 parent 4237d25 commit 81e8019

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Setup emsdk (use cache if found, create otherwise)
22-
- uses: mymindstorm/setup-emsdk@master
22+
uses: mymindstorm/setup-emsdk@master
2323
with:
2424
version: 4.0.9
2525
actions-cache-folder: 'emsdk-cache-folder'
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Setup emsdk (use cache if found, create otherwise)
43-
- uses: mymindstorm/setup-emsdk@master
43+
uses: mymindstorm/setup-emsdk@master
4444
with:
4545
version: tot
4646
no-cache: true

0 commit comments

Comments
 (0)