Skip to content

Commit

Permalink
Install dev dependencies inside the self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jul 31, 2024
1 parent 6b5a16e commit ac25e2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/provision-github-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ curl -L https://github.com/actions/runner/releases/download/v2.317.0/actions-run

tar xzf ./runner.tar.gz
sudo ./bin/installdependencies.sh
sudo apt install -y jq
# for 3rd party dependencies and building the code
sudo apt install -y build-essential clang curl gcc jq libssl-dev pkg-config protobuf-compiler unzip

OWNER_REPO_SLUG="gluwa/creditcoin3"
REPOSITORY_URL="https://github.com/$OWNER_REPO_SLUG"
Expand Down

0 comments on commit ac25e2f

Please sign in to comment.