File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
os : windows-2022
30
30
rust : stable-x86_64-gnu
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
- name : Install Rust (rustup)
34
34
run : rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
35
35
shell : bash
58
58
name : Rustfmt
59
59
runs-on : ubuntu-latest
60
60
steps :
61
- - uses : actions/checkout@v3
61
+ - uses : actions/checkout@v4
62
62
- name : Install Rust
63
63
run : rustup update stable && rustup default stable && rustup component add rustfmt
64
64
- run : cargo fmt -- --check
70
70
matrix :
71
71
target : [wasm32-unknown-unknown, wasm32-wasi]
72
72
steps :
73
- - uses : actions/checkout@v3
73
+ - uses : actions/checkout@v4
74
74
- name : Install Rust
75
75
run : rustup update stable && rustup default stable && rustup target add ${{ matrix.target }}
76
76
- run : cargo build --target ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments