Skip to content

Commit

Permalink
Fix GHA builds, hopefully
Browse files Browse the repository at this point in the history
Subversion is not preinstalled in the current ubuntu-latest image.
  • Loading branch information
mgedmin committed Jan 20, 2025
1 parent 22975b7 commit 7991cda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- "pypy3.10"

steps:
- name: Install OS dependencies
run: sudo apt-get update && sudo apt-get install -y subversion

- name: Git clone
uses: actions/checkout@v4

Expand Down

0 comments on commit 7991cda

Please sign in to comment.