Skip to content

Commit

Permalink
debian latest with emsdk latest-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
hemebond committed Dec 17, 2024
1 parent 962cda7 commit 6315582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
wasm-release:
runs-on: ubuntu-latest
container:
image: debian:bullseye
image: debian:latest
steps:
- name: Install dependencies
run: |
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
cd emsdk
# Download and install the latest SDK tools.
./emsdk install 2.0.34
./emsdk install latest-upstream
# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
./emsdk activate latest
Expand Down

0 comments on commit 6315582

Please sign in to comment.