mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 11:37:00 +00:00
[Ubuntu] Fix heroku installation (#9719)
This commit is contained in:
@@ -10,7 +10,7 @@ REPO_PATH="/etc/apt/sources.list.d/heroku.list"
|
||||
|
||||
# add heroku repository to apt
|
||||
curl -fsSL "${REPO_URL}/release.key" | gpg --dearmor -o $GPG_KEY
|
||||
echo "deb [signed-by=$GPG_KEY] $REPO_URL ./" > $REPO_PATH
|
||||
echo "deb [trusted=yes] $REPO_URL ./" > $REPO_PATH
|
||||
|
||||
# install heroku
|
||||
apt-get update -y && apt-get install -y heroku
|
||||
|
||||
Reference in New Issue
Block a user