Skip to content

Commit

Permalink
Don't sudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Jan 7, 2024
1 parent 14c27e3 commit 1483b82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/uro_release_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
- name: Install CockroachDB
run: |
curl -s https://binaries.cockroachdb.com/cockroach-v23.2.0-rc.1.linux-amd64.tgz | tar xvz
sudo cp -i cockroach-v23.2.0-rc.1.linux-amd64/cockroach /usr/local/bin/
mkdir -p ${{ runner.temp }}/cockroach
cp cockroach-v23.2.0-rc.1.linux-amd64/cockroach ${{ runner.temp }}/cockroach/
echo "${{ runner.temp }}/cockroach" >> $GITHUB_PATH
- name: Start CockroachDB
run: |
Expand Down

0 comments on commit 1483b82

Please sign in to comment.