Skip to content

Commit

Permalink
Move to Emscripten 3.1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Sep 5, 2024
1 parent 37c2546 commit 19df761
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
- uses: mymindstorm/setup-emsdk@v14
with:
version: 'latest'
version: '3.1.63'

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

- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
Expand Down Expand Up @@ -451,9 +451,10 @@ jobs:
make apply_patches
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}
- uses: mymindstorm/setup-emsdk@v14
with:
version: 'latest'
version: '3.1.63'

- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
Expand Down Expand Up @@ -497,7 +498,7 @@ jobs:
- uses: mymindstorm/setup-emsdk@v14
with:
version: 'latest'
version: '3.1.63'

- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
Expand Down Expand Up @@ -538,9 +539,10 @@ jobs:
make apply_patches
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}
- uses: mymindstorm/setup-emsdk@v14
with:
version: 'latest'
version: '3.1.63'

- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
Expand Down Expand Up @@ -583,7 +585,7 @@ jobs:
- uses: mymindstorm/setup-emsdk@v14
with:
version: 'latest'
version: '3.1.63'

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

0 comments on commit 19df761

Please sign in to comment.