1 parent cf1b52d commit 2bd810eCopy full SHA for 2bd810e
1 file changed
.github/workflows/matrix.yml
@@ -16,8 +16,8 @@ jobs:
16
n: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ]
17
steps:
18
- 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
+ sudo apt-get update
+ sudo apt-get install git=1:2.43.0-1ubuntu7.3 git-man=1:2.43.0-1ubuntu7.3
21
22
function git {
23
printf '\e[32mgit'
0 commit comments