File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 7
7
- uses : actions/checkout@v3
8
8
- run : |
9
9
rustup toolchain install stable --profile minimal --no-self-update
10
- - uses : actions-rs/cargo@v1
11
- with :
12
- command : build
10
+ - run : cargo build
13
11
14
12
build_MacOS :
15
13
runs-on : macos-latest
16
14
steps :
17
15
- uses : actions/checkout@v3
18
16
- run : |
19
17
rustup toolchain install stable --profile minimal --no-self-update
20
- - uses : actions-rs/cargo@v1
21
- with :
22
- command : build
18
+ - run : cargo build
23
19
24
20
build_Windows :
25
21
runs-on : windows-latest
26
22
steps :
27
23
- uses : actions/checkout@v3
28
24
- run : |
29
25
rustup toolchain install stable --profile minimal --no-self-update
30
- - uses : actions-rs/cargo@v1
31
- with :
32
- command : build
26
+ - run : cargo build
33
27
34
28
build_demo :
35
29
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments