Skip to content

Commit

Permalink
Force install subversion in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jan 23, 2025
1 parent 12393a3 commit 4cbfb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- run: apt update && apt install subversion
- run: sudo apt install subversion
- name: Set up JDK
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 4cbfb69

Please sign in to comment.