Skip to content

Commit

Permalink
efficiency for usable gits
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Apr 12, 2021
1 parent 928140c commit 0ed2578
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,27 @@ jobs:
- perl-version: '5.32'
os: ubuntu-latest
coverage: true
can-use-git: true
- perl-version: '5.30'
can-use-git: true
- perl-version: '5.28'
can-use-git: true
- perl-version: '5.26'
can-use-git: true

container:
image: perldocker/perl-tester:${{ matrix.perl-version }}

steps:
# - run: uname -a
# - run: cat /etc/os-release
# - run: apt upgrade git

- run: apt-get --yes install gettext
if: ${{ !matrix.can-use-git }}
- run: wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.31.1.tar.gz -O - | tar -xzf -
if: ${{ !matrix.can-use-git }}
- run: cd git-2.31.1; ./configure && make install
if: ${{ !matrix.can-use-git }}
- run: cd ..
# - run: add-apt-repository ppa:git-core/ppa
# - run: apt update; apt install git
if: ${{ !matrix.can-use-git }}

- uses: actions/checkout@v2
- name: submodule init
run: git submodule init
Expand Down

0 comments on commit 0ed2578

Please sign in to comment.