We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa83b8 commit 1a6b520Copy full SHA for 1a6b520
.github/workflows/ftl-test.yml
@@ -13,16 +13,17 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
+
17
+ - name: Install Rust
18
+ uses: dtolnay/rust-toolchain@stable
19
+ with:
20
+ targets: wasm32-wasip1
21
22
- name: Setup FTL CLI with Dependencies
23
uses: fastertools/actions/ftl-setup@7bc25ef3116c47fcd6ebbcc23aaff2b0bae3d0d3
24
with:
25
use-cache: false
26
- - name: Install Rust
- uses: dtolnay/rust-toolchain@stable
- with:
- targets: wasm32-wasip1
27
28
- name: Build WASM
29
run: ls -al && ftl build --export spin --export-out ./spin.toml && cat spin.toml && cat ftl.toml && ftl build
0 commit comments