Skip to content

Commit cbbdd59

Browse files
committed
chore: updated cargo-dist
1 parent 8b22d8d commit cbbdd59

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "main"
88
paths:
99
- "!test/**"
10+
- "!dist-workspace.toml"
1011

1112
jobs:
1213
rpc:

dist-workspace.toml

-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ installers = []
1313
targets = [
1414
"x86_64-unknown-linux-gnu",
1515
"x86_64-apple-darwin",
16-
"aarch64-apple-darwin",
17-
"aarch64-unknown-linux-gnu"
1816
]
1917

2018
[dist.dependencies.homebrew]
@@ -27,5 +25,4 @@ cmake = '*'
2725
pkg-config = '*'
2826
libssl-dev = '*'
2927
libsasl2-dev = '*'
30-
aarch64-linux-gnu-gcc = '*'
3128

0 commit comments

Comments
 (0)