Skip to content

Commit 7a3a385

Browse files
authored
[BUILD ONLY] Fix Windows build to use server main (nats-io#866)
This is caused by binary only tag no being able to processed by the nats-server download system
1 parent 3902cf4 commit 7a3a385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/on-pr-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
run: |
130130
cd build
131131
# Download latest nats-server
132-
rel="latest" # TODO: parameterize
132+
rel="main" # TODO: parameterize
133133
if [ "$rel" = "latest" ]; then
134134
rel=$(curl -s https://api.github.com/repos/nats-io/nats-server/releases/latest | jq -r '.tag_name')
135135
fi

0 commit comments

Comments
 (0)