File tree Expand file tree Collapse file tree 2 files changed +1
-35
lines changed Expand file tree Collapse file tree 2 files changed +1
-35
lines changed Original file line number Diff line number Diff line change 52
52
53
53
- target : x86_64-apple-darwin
54
54
os : macos-latest
55
- command : cargo
56
-
57
- - target : aarch64-unknown-linux-gnu
58
- os : ubuntu-latest
59
- command : cross
60
-
61
- - target : aarch64-apple-darwin
62
- os : macos-latest
63
- command : cross
64
-
65
- - target : x86_64-pc-windows-gnu
66
- os : windows-latest
67
- command : cargo
68
-
69
-
55
+ command : cargo
70
56
71
57
runs-on : ${{ matrix.os }}
72
58
steps :
Original file line number Diff line number Diff line change @@ -11,26 +11,6 @@ readme = "README.md"
11
11
12
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
13
14
- [target .aarch64-unknown-linux-gnu ]
15
-
16
- pre-build = [
17
- " dpkg --add-architecture $CROSS_DEB_ARCH" ,
18
- " apt-get update && apt-get --assume-yes install libssl-dev:$CROSS_DEB_ARCH"
19
- ]
20
-
21
- [target .aarch64-apple-darwin ]
22
-
23
- pre-build = [
24
- " dpkg --add-architecture $CROSS_DEB_ARCH" ,
25
- " apt-get update && apt-get --assume-yes install libssl-dev:$CROSS_DEB_ARCH"
26
- ]
27
-
28
- [target .x86_64-windows-gnu ]
29
-
30
- pre-build = [
31
- " dpkg --add-architecture $CROSS_DEB_ARCH" ,
32
- " apt-get update && apt-get --assume-yes install libssl-dev:$CROSS_DEB_ARCH"
33
- ]
34
14
35
15
36
16
You can’t perform that action at this time.
0 commit comments