Skip to content

Commit

Permalink
Install nsq to system-recognized location
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-anders committed Nov 27, 2023
1 parent e9a3941 commit 4a2c5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
wget https://github.com/nsqio/nsq/releases/download/v1.2.1/nsq-1.2.1.linux-amd64.go1.16.6.tar.gz
tar xvzf nsq-1.2.1.linux-amd64.go1.16.6.tar.gz
echo "$GITHUB_WORKSPACE/nsq-1.2.1.linux-amd64.go1.16.6/bin" >> $GITHUB_PATH
mv nsq-1.2.1.linux-amd64.go1.16.6/bin/* /usr/local/bin
- name: Check NSQ is properly installed
shell: bash
Expand Down

0 comments on commit 4a2c5ee

Please sign in to comment.