We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f138c5 commit c629815Copy full SHA for c629815
.github/workflows/build.yml
@@ -24,14 +24,6 @@ jobs:
24
- name: Install Wasm Rust target
25
run: rustup target add wasm32-wasip1
26
27
- - name: Install spin-test
28
- run: |
29
- mkdir spin-install
30
- cd spin-install
31
- curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
32
- sudo mv spin /usr/local/bin/
33
- spin plugin install -u https://github.com/fermyon/spin-test/releases/download/canary/spin-test.json --yes
34
-
35
- name: Install cargo-component
36
uses: baptiste0928/cargo-install@v3
37
with:
@@ -40,6 +32,5 @@ jobs:
40
- name: Make
41
run: |
42
make
43
- make spin-test
44
env:
45
RUST_LOG: spin=trace
0 commit comments