1 parent f759b87 commit 9d693eaCopy full SHA for 9d693ea
1 file changed
.github/workflows/matrix.yml
@@ -15,6 +15,9 @@ jobs:
15
matrix:
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
+ sudo apt-get update
20
+ apt-cache show git
21
- run: |
22
function git {
23
printf '\e[32mgit'
0 commit comments