Skip to content

Commit

Permalink
Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team authored Dec 15, 2024
1 parent d97f106 commit 233e3e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Check out source code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

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

- name: Decide whether to enable coverage
id: coverage
run: |
Expand Down

0 comments on commit 233e3e8

Please sign in to comment.