Skip to content

Commit

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

0 comments on commit d89cce5

Please sign in to comment.