Skip to content

Commit

Permalink
Install SVN in dry run.
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt committed Jan 14, 2025
1 parent 64a6d57 commit 6812093
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/zips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ jobs:
needs: build-zips
timeout-minutes: 20
steps:
- name: Install SVN ( Subversion )
run: |
sudo apt-get update
sudo apt-get install subversion
- uses: actions/download-artifact@v4
with:
name: zip-files
Expand Down

0 comments on commit 6812093

Please sign in to comment.