Skip to content

Commit

Permalink
Lock emscripten version to 3.1.50 due to not yet investigated change …
Browse files Browse the repository at this point in the history
…in 3.1.51
  • Loading branch information
carlopi committed Dec 14, 2023
1 parent d05f1ba commit e4d1d8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ jobs:
- uses: mymindstorm/setup-emsdk@v13
with:
version: 'latest'
version: '3.1.50'

- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
Expand Down Expand Up @@ -425,7 +425,7 @@ jobs:
- uses: mymindstorm/setup-emsdk@v13
with:
version: 'latest'
version: '3.1.50'

- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:
- uses: mymindstorm/setup-emsdk@v13
with:
version: 'latest'
version: '3.1.50'

- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
Expand Down Expand Up @@ -510,7 +510,7 @@ jobs:
- uses: mymindstorm/setup-emsdk@v13
with:
version: 'latest'
version: '3.1.50'

- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
Expand Down Expand Up @@ -554,7 +554,7 @@ jobs:
- uses: mymindstorm/setup-emsdk@v13
with:
version: 'latest'
version: '3.1.50'

- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
Expand Down

0 comments on commit e4d1d8b

Please sign in to comment.