Skip to content

Commit

Permalink
Updated to include shc setup
Browse files Browse the repository at this point in the history
SHC setup using ppa repo
  • Loading branch information
sturrent authored Dec 2, 2019
1 parent 127ea2c commit 3d509db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:

steps:
- 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
- name: Create new binary using script
run: |
rm -f l200labs_binaries/*
Expand Down

0 comments on commit 3d509db

Please sign in to comment.