Skip to content

Commit 68ffa6b

Browse files
committed
debug CI
1 parent 324ee20 commit 68ffa6b

17 files changed

Lines changed: 7 additions & 2 deletions

.github/workflows/cf_pages_deploy.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ concurrency:
1717
cancel-in-progress: false
1818

1919
jobs:
20-
build_ibex:
21-
name: Build Bundle Explorer Wasm binaries
20+
build:
21+
name: "Build Cloudflare Pages deploy"
2222
runs-on: ubuntu-latest
2323

2424
steps:
@@ -43,6 +43,11 @@ jobs:
4343
- name: Verify emscripten toolchain
4444
run: emcc -v
4545

46+
# Install python 3.13 required by pyodide
47+
- uses: actions/setup-python@v6
48+
with:
49+
python-version: '3.13'
50+
4651
- name: Setup interactive tmate session
4752
uses: mxschmitt/action-tmate@v3
4853

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)