Skip to content

Commit

Permalink
against server 83cc80a - trying to get this to build on github (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Sep 27, 2023
1 parent d89cce5 commit b81897b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ 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/binary/github.com/nats-io/nats-server/v2?os=linux&arch=amd64&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 b81897b

Please sign in to comment.