Skip to content

Commit 776cd0c

Browse files
author
Chris Gårdenberg
committed
ci: Get SVN working on GitHub again.
1 parent 368b9e0 commit 776cd0c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-workflow-deploy-production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Build source files
2424
shell: bash
2525
run: |
26+
apt install -y subversion rsync git
2627
yarn
2728
npx tsc
2829
yarn gulp deploy

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Build source files
2525
shell: bash
2626
run: |
27+
apt install -y subversion rsync git
2728
yarn
2829
npx tsc
2930
yarn gulp deploy

0 commit comments

Comments
 (0)