File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- uses : actions/checkout@v2
26
26
with :
27
27
submodules : true
28
- - uses : actions-rs/cargo@v1 .0.1
28
+ - uses : houseabsolute/ actions-rust-cross@v0 .0.17
29
29
with :
30
30
command : build
31
- args : --release --target= ${{ matrix.target }} --package wasi-vfs-cli
32
- use-cross : true
31
+ target : ${{ matrix.target }}
32
+ args : --release --package wasi-vfs-cli
33
33
34
34
- run : |
35
35
zip --junk-paths wasi-vfs-cli-${{ matrix.target }} target/${{ matrix.target }}/release/wasi-vfs{,.exe}
53
53
env :
54
54
WASI_SDK_VERSION_MAJOR : 20
55
55
WASI_SDK_VERSION_MINOR : 0
56
- -
uses :
actions-rs/[email protected]
57
- with :
58
- command : build
59
- args : --release --target=wasm32-unknown-unknown
56
+ - run : |
57
+ cargo build --release --target=wasm32-unknown-unknown
60
58
- run : |
61
59
zip --junk-paths libwasi_vfs-wasm32-unknown-unknown target/wasm32-unknown-unknown/release/libwasi_vfs.a
62
60
- uses : actions/upload-artifact@v1
You can’t perform that action at this time.
0 commit comments