File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ jobs:
79
79
experimental : true
80
80
setup : |
81
81
sudo apt-get update
82
- sudo apt-get install -y gcc-aarch64-linux-gnu lld
82
+ sudo apt-get install -y gcc-aarch64-linux-gnu lld pkg-config libssl-dev
83
83
84
84
# Ensure that the libgcc library can be found
85
85
sudo ln -s /usr/aarch64-linux-gnu/lib/libgcc_s.so.1 /usr/aarch64-linux-gnu/lib/libgcc_s.so
86
86
87
- Invoke-WebRequest -OutFile /tmp/protoc.zip -Uri https://github.com/protocolbuffers/protobuf/releases/download/v3.20.2/protoc-3.20.2-linux-aarch_64 .zip
87
+ Invoke-WebRequest -OutFile /tmp/protoc.zip -Uri https://github.com/protocolbuffers/protobuf/releases/download/v3.20.2/protoc-3.20.2-linux-x86_64 .zip
88
88
Expand-Archive /tmp/protoc.zip -DestinationPath ../tools
89
89
Add-Content -Path $env:GITHUB_PATH -Value "$((get-item ./).parent.fullname)/tools/bin"
90
90
strip : aarch64-linux-gnu-strip --strip-debug
@@ -104,7 +104,7 @@ jobs:
104
104
os : darwin
105
105
target : aarch64-apple-darwin
106
106
setup : |
107
- Invoke-WebRequest -OutFile /tmp/protoc.zip -Uri https://github.com/protocolbuffers/protobuf/releases/download/v3.20.2/protoc-3.20.2-osx-aarch_64 .zip
107
+ Invoke-WebRequest -OutFile /tmp/protoc.zip -Uri https://github.com/protocolbuffers/protobuf/releases/download/v3.20.2/protoc-3.20.2-osx-x86_64 .zip
108
108
Expand-Archive /tmp/protoc.zip -DestinationPath ../tools
109
109
Add-Content -Path $env:GITHUB_PATH -Value "$((get-item ./).parent.fullname)/tools/bin"
110
110
You can’t perform that action at this time.
0 commit comments