Skip to content

Commit

Permalink
github: LXD 5.0/* does not support minio
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Dec 10, 2024
1 parent f416899 commit d7d4c47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ jobs:
- name: Download minio/mc
uses: canonical/lxd/.github/actions/download-minio@main
if: ${{ matrix.channel != '5.0/stable' && matrix.test != '5.0/edge' }}

- name: Configure MinIO
if: ${{ matrix.channel != '5.0/stable' && matrix.test != '5.0/edge' }}
run: |
mkdir -p /opt/minio
mv "$(go env GOPATH)/bin/minio" /opt/minio/
Expand Down

0 comments on commit d7d4c47

Please sign in to comment.