Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Nov 13, 2024
1 parent 10b830c commit 06353a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- name: 1. Download SVN Sources
run: |
if [[ ${{ matrix.java_version }} =~ "macos" ]]; then
brew install svn
fi
rm -rf dist/${{ inputs.release_version }}
svn co ${URL_PREFIX}/${{ inputs.release_version }} dist/${{ inputs.release_version }}
Expand Down

0 comments on commit 06353a4

Please # to comment.