Skip to content

Commit 789f9f5

Browse files
committed
test yml
1 parent 02399c0 commit 789f9f5

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,7 @@ jobs:
5252

5353
- target: x86_64-apple-darwin
5454
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
7056

7157
runs-on: ${{ matrix.os }}
7258
steps:

Cargo.toml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,6 @@ readme = "README.md"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

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-
]
3414

3515

3616

0 commit comments

Comments
 (0)