We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a95d01 commit cfbd6f5Copy full SHA for cfbd6f5
1 file changed
.github/workflows/test.yml
@@ -38,6 +38,10 @@ jobs:
38
image: swift:${{ matrix.swift }}
39
options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined
40
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
45
- name: Checkout
46
uses: actions/checkout@v3
47
with:
0 commit comments