Skip to content

Commit

Permalink
against server 83cc80a - trying to get this to build on github
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Sep 27, 2023
1 parent 4368f7b commit 333194c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: 'adopt'
- name: Install Nats Server
run: |
curl -sf https://binaries.nats.dev/nats-io/nats-server/v2@83cc80a | PREFIX=. sh
curl -sf https://binaries.nats.dev/nats-io/nats-server/v2?version=83cc80a | PREFIX=. sh
sudo mv nats-server /usr/local/bin
nats-server -v
- name: Check out code
Expand Down

0 comments on commit 333194c

Please sign in to comment.