mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 11:37:00 +00:00
[Ubuntu] Downgrade git-lfs version to 2.13.3 (#4168)
This commit is contained in:
committed by
GitHub
parent
051de33461
commit
ecfad34b30
@@ -18,7 +18,7 @@ git --version
|
||||
|
||||
# Install git-lfs
|
||||
curl -s $GIT_LFS_REPO/script.deb.sh | bash
|
||||
apt-get install -y git-lfs
|
||||
apt-get install -y git-lfs=2.13.3
|
||||
|
||||
# Install git-ftp
|
||||
apt-get install git-ftp -y
|
||||
|
||||
Reference in New Issue
Block a user