Skip to content

Commit

Permalink
added sudo to shc setup commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sturrent authored Dec 2, 2019
1 parent 3e8883b commit dd2c569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v1
- name: Setup shc tool
run: |
apt-get update && apt-get install software-properties-common -y
add-apt-repository ppa:neurobin/ppa -y
apt-get update && apt-get install shc -y
sudo apt-get update && sudo apt-get install software-properties-common -y
sudo add-apt-repository ppa:neurobin/ppa -y
sudo apt-get update && sudo apt-get install shc -y
- name: Create new binary using script
run: |
rm -f l200labs_binaries/*
Expand Down

0 comments on commit dd2c569

Please sign in to comment.