Skip to content

Commit f4f73c0

Browse files
committed
fix: fix the extra "
1 parent 483aaf4 commit f4f73c0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
# ARCH: arm64
4545
# cpp_arch: amd64_arm64
4646
# zmq_draft: false
47-
# zmq_version: "v4.3.4"
4847

4948
- os: macos-11
5049
node_version: 18

script/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function main() {
88
const zmq_rev =
99
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing, @typescript-eslint/strict-boolean-expressions
1010
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`
1212

1313
const libzmq_build_prefix = `${root}/build/libzmq-staging`
1414
const libzmq_install_prefix = `${root}/build/libzmq`

0 commit comments

Comments
 (0)