Skip to content

Commit 463ca14

Browse files
committed
Really older git, I guess
1 parent cf1b52d commit 463ca14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
n: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ]
1717
steps:
1818
- run: |
19-
wget https://archive.ubuntu.com/ubuntu/pool/main/g/git/git_2.53.0-1ubuntu1_amd64.deb
20-
sudo dpkg -i git_2.53.0-1ubuntu1_amd64.deb
19+
sudo apt-get update
20+
sudo apt-get install --allow-downgrades git=1:2.43.0-1ubuntu7.3 git-man=1:2.43.0-1ubuntu7.3
2121
- run: |
2222
function git {
2323
printf '\e[32mgit'

0 commit comments

Comments
 (0)