Skip to content

Commit

Permalink
Add missing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
abarichello authored and GeckoEidechse committed Apr 28, 2022
1 parent d4fec83 commit 4f73093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
run: |
wget -O tcli.tar.gz https://github.com/thunderstore-io/thunderstore-cli/releases/download/0.1.4/tcli-0.1.4-linux-x64.tar.gz
tar xvf tcli.tar.gz
mv -v tcli-0.1.4-linux-x64/tcli /bin
sudo mv -v tcli-0.1.4-linux-x64/tcli /bin
- name: (DEBUG) Download Northstar package
if: ${{ env.ACT }} # Download Northstar package from releases when running locally instead of relying on previous jobs
Expand Down

0 comments on commit 4f73093

Please sign in to comment.