Skip to content

Commit

Permalink
update git in linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Aug 29, 2023
1 parent 8a95d01 commit cfbd6f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
image: swift:${{ matrix.swift }}
options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined
steps:
- name: Ubuntu Packages
run: |
apt-get update && apt-get install -y software-properties-common && \
add-apt-repository -y ppa:git-core/ppa && apt-get update && apt-get upgrade -y git
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit cfbd6f5

Please sign in to comment.