File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 44
44
# ARCH: arm64
45
45
# cpp_arch: amd64_arm64
46
46
# zmq_draft: false
47
- # zmq_version: "v4.3.4"
48
47
49
48
- os : macos-11
50
49
node_version : 18
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function main() {
8
8
const zmq_rev =
9
9
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing, @typescript-eslint/strict-boolean-expressions
10
10
process . env . ZMQ_VERSION || "4e193f36fc7d0f729a7c87d55fff18d8c0db5ebf"
11
- const src_url = `" https://github.com/zeromq/libzmq/archive/${ zmq_rev } .tar.gz`
11
+ const src_url = `https://github.com/zeromq/libzmq/archive/${ zmq_rev } .tar.gz`
12
12
13
13
const libzmq_build_prefix = `${ root } /build/libzmq-staging`
14
14
const libzmq_install_prefix = `${ root } /build/libzmq`
You can’t perform that action at this time.
0 commit comments