Skip to content

Commit

Permalink
Self-hosted runners need git-lfs
Browse files Browse the repository at this point in the history
b/c of the changes made in ed50df3
  • Loading branch information
atodorov committed Aug 14, 2024
1 parent 4254156 commit eb388b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/provision-github-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ curl -L https://github.com/actions/runner/releases/download/v2.317.0/actions-run
tar xzf ./runner.tar.gz
sudo ./bin/installdependencies.sh
# 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
sudo apt install -y build-essential clang curl gcc git-lfs jq libssl-dev pkg-config protobuf-compiler unzip

OWNER_REPO_SLUG="${LC_OWNER_REPO_SLUG}"
REPOSITORY_URL="https://github.com/$OWNER_REPO_SLUG"
Expand Down

0 comments on commit eb388b2

Please sign in to comment.