Skip to content

Commit cfbd6f5

Browse files
committed
update git in linux tests
1 parent 8a95d01 commit cfbd6f5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
image: swift:${{ matrix.swift }}
3939
options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined
4040
steps:
41+
- name: Ubuntu Packages
42+
run: |
43+
apt-get update && apt-get install -y software-properties-common && \
44+
add-apt-repository -y ppa:git-core/ppa && apt-get update && apt-get upgrade -y git
4145
- name: Checkout
4246
uses: actions/checkout@v3
4347
with:

0 commit comments

Comments
 (0)