Skip to content

Commit 1a6b520

Browse files
committed
bump rev
1 parent 8aa83b8 commit 1a6b520

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ftl-test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
17+
- name: Install Rust
18+
uses: dtolnay/rust-toolchain@stable
19+
with:
20+
targets: wasm32-wasip1
1621

1722
- name: Setup FTL CLI with Dependencies
1823
uses: fastertools/actions/ftl-setup@7bc25ef3116c47fcd6ebbcc23aaff2b0bae3d0d3
1924
with:
2025
use-cache: false
2126

22-
- name: Install Rust
23-
uses: dtolnay/rust-toolchain@stable
24-
with:
25-
targets: wasm32-wasip1
2627

2728
- name: Build WASM
2829
run: ls -al && ftl build --export spin --export-out ./spin.toml && cat spin.toml && cat ftl.toml && ftl build

0 commit comments

Comments
 (0)