Skip to content

Commit fd73e6a

Browse files
committed
Add what we need to build wasiless.
1 parent b2d4968 commit fd73e6a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions-rust-lang/setup-rust-toolchain@v1
2828
with:
2929
toolchain: '1.86.0'
30+
target: wasm32-unknown-unknown
3031
- name: Set up Python
3132
uses: actions/setup-python@v5
3233
with:
@@ -35,6 +36,8 @@ jobs:
3536
run: pip install uv
3637
- name: Install dependencies
3738
run: uv sync
39+
- name: Install wasm-tools and wac
40+
run: cargo install wasm-tools wac-cli
3841
- name: Install viceroy
3942
# When you switch tags, update the cache key below.
4043
run: cargo install --git https://github.com/fastly/Viceroy.git --tag erik/python-sdk-compatible-1 viceroy

0 commit comments

Comments
 (0)