Skip to content

Commit

Permalink
github: don't install ceph-common with setup-microceph action
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 9, 2024
1 parent 749cdcf commit 7854442
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ jobs:
- name: Setup MicroCeph
if: ${{ matrix.test == 'storage-vm ceph' }}
uses: canonical/lxd/.github/actions/setup-microceph@main
with:
install-ceph-common: false

- name: ${{ matrix.test }} (${{ matrix.track }})
run: |
Expand Down

0 comments on commit 7854442

Please sign in to comment.