We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b22d8d commit cbbdd59Copy full SHA for cbbdd59
.github/workflows/build.yml
@@ -7,6 +7,7 @@ on:
7
- "main"
8
paths:
9
- "!test/**"
10
+ - "!dist-workspace.toml"
11
12
jobs:
13
rpc:
dist-workspace.toml
@@ -13,8 +13,6 @@ installers = []
targets = [
14
"x86_64-unknown-linux-gnu",
15
"x86_64-apple-darwin",
16
- "aarch64-apple-darwin",
17
- "aarch64-unknown-linux-gnu"
18
]
19
20
[dist.dependencies.homebrew]
@@ -27,5 +25,4 @@ cmake = '*'
27
25
pkg-config = '*'
28
26
libssl-dev = '*'
29
libsasl2-dev = '*'
30
-aarch64-linux-gnu-gcc = '*'
31
0 commit comments