File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
matrix :
29
29
include :
30
30
- target : aarch64-unknown-linux-gnu
31
- requires-cross-compilation : true # assuming x86-64 runner
32
31
os : ubuntu-latest
33
32
34
33
- target : x86_64-unknown-linux-gnu
38
37
os : ubuntu-latest
39
38
40
39
- target : aarch64-unknown-linux-musl
41
- requires-cross-compilation : true # assuming x86-64 runner
42
40
os : ubuntu-latest
43
41
44
42
- target : aarch64-apple-darwin
45
- requires-cross-compilation : true # assuming x86-64 runner
46
43
os : macos-latest
47
44
48
45
- target : x86_64-apple-darwin
58
55
with :
59
56
tool : cross
60
57
58
+ # This installs protobuf on the host (runner)
59
+ # This is not needed for cross-compiled targets, however there is no
60
+ # way to check the architecture of the current runner, so this just always
61
+ # runs.
61
62
- name : Install Protobuf
62
- if : matrix.requires-cross-compilation == false
63
63
uses : ./.github/actions/install-protobuf
64
64
65
65
# Run the build & upload artifacts
You can’t perform that action at this time.
0 commit comments