Skip to content

Commit 21341d1

Browse files
committed
Install Subversion package in the deployment workflow
Subversion is not by default shipped with the most recent Ubuntu. Hence, needs to be manually installed.
1 parent 3b88a69 commit 21341d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-release-reusable.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ jobs:
268268
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
269269
run: |
270270
271+
# Install Subversion
272+
sudo apt install --assume-yes --no-install-recommends subversion
273+
271274
# Find the effective Git commit ID
272275
export COMMIT_ID=$(git rev-parse HEAD)
273276

0 commit comments

Comments
 (0)