Skip to content

Commit

Permalink
fix container usage
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed Sep 19, 2024
1 parent 58cf238 commit 3b6c6f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ jobs:
web-emscripten:
name: Build (Emscripten)
needs: prepare
runs-on: emscripten/emsdk
runs-on: ubuntu-latest
container: emscripten/emsdk
steps:
- name: Install dependencies
run: |
Expand Down Expand Up @@ -327,6 +328,7 @@ jobs:
- dist
- linux-clang
- windows-mingw-gcc
- web-emscripten
- nintendo-devkitpro
- riscos-gccsdk
- psp-pspdev
Expand Down

0 comments on commit 3b6c6f5

Please sign in to comment.