Skip to content

Commit

Permalink
install build and unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusrussell committed Jun 20, 2023
1 parent 0fca788 commit 143c408
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-industrial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
echo "making dir for pigpio"
mkdir -p /opt/pigpio
echo "installing required packages"
sudo apt-get update -y --allow-releaseinfo-change
sudo apt-get install --no-install-recommends -y unzip build-essential
echo "installing pigpio"
cd /opt/pigpio
Expand Down

0 comments on commit 143c408

Please sign in to comment.