Skip to content

Commit

Permalink
Install SVN
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Vancoillie <1577675+eleshar@users.noreply.github.com>
  • Loading branch information
eleshar authored Dec 29, 2024
1 parent 3ad7e54 commit b069871
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ on:

jobs:
tag:
name: New tag
name: New release
runs-on: ubuntu-latest
steps:
- name: Install Subversion
run: sudo apt-get update && sudo apt-get install -y subversion rsync git zip

- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v3

# Step to fix the "dubious ownership" issue
- name: Set safe directory for Git
Expand Down

0 comments on commit b069871

Please sign in to comment.