File tree Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 30
30
runs-on : [ubuntu-latest] # ${{ matrix.os }}
31
31
steps :
32
32
- uses : actions/checkout@v3
33
- -
uses :
webfactory/[email protected]
34
- with :
35
- ssh-private-key : |
36
- ${{ secrets.PRIVKEY_ST7306 }}
37
33
- uses : dtolnay/rust-toolchain@master
38
34
with :
39
35
toolchain : ${{ matrix.rust }}
69
65
- uses : actions/checkout@v3
70
66
with :
71
67
submodules : true
72
- -
uses :
webfactory/[email protected]
73
- with :
74
- ssh-private-key : |
75
- ${{ secrets.PRIVKEY_ST7306 }}
76
68
- uses : dtolnay/rust-toolchain@stable
77
69
with :
78
70
components : clippy
Original file line number Diff line number Diff line change 35
35
steps :
36
36
- uses : actions/checkout@v3
37
37
38
- -
uses :
webfactory/[email protected]
39
- with :
40
- ssh-private-key : |
41
- ${{ secrets.PRIVKEY_ST7306 }}
42
-
43
38
- name : Install dependencies
44
39
run : |
45
40
sudo apt-get update
66
61
steps :
67
62
- uses : actions/checkout@v3
68
63
69
- -
uses :
webfactory/[email protected]
70
- with :
71
- ssh-private-key : |
72
- ${{ secrets.PRIVKEY_ST7306 }}
73
-
74
64
- name : Setup Rust toolchain
75
65
run : rustup show
76
66
92
82
steps :
93
83
- uses : actions/checkout@v3
94
84
95
- -
uses :
webfactory/[email protected]
96
- with :
97
- ssh-private-key : |
98
- ${{ secrets.PRIVKEY_ST7306 }}
99
-
100
85
- name : Install dependencies
101
86
run : |
102
87
sudo apt-get update
You can’t perform that action at this time.
0 commit comments