Skip to content

Commit 22d3e83

Browse files
Subversion isn't installed by default on GHA runners.
* .github/workflows/detect-backport-conflicts.yml (steps): Add a step to install Subversion git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1924123 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5638a9c commit 22d3e83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/detect-backport-conflicts.yml

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
name: Detect conflicts
3838

3939
steps:
40+
- name: Install dependencies (Linux, apt-get)
41+
run: >
42+
sudo apt-get update &&
43+
sudo apt-get install
44+
subversion
45+
4046
- name: Use LF for Git checkout
4147
run: |
4248
git config --global core.autocrlf false

0 commit comments

Comments
 (0)