Skip to content

Commit

Permalink
github: add git-core ppa
Browse files Browse the repository at this point in the history
They add the repository, update git, and remove the repository.

See actions/runner-images#3923.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
  • Loading branch information
felipec committed Aug 2, 2022
1 parent c6981cd commit 2fb85d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}

- name: Install dependencies
run: sudo apt-get install -y git-email
run: |
sudo add-apt-repository "ppa:git-core/ppa" -y
sudo apt-get install -y git-email
- name: Run tests
run: make test

0 comments on commit 2fb85d8

Please sign in to comment.