Skip to content

Commit

Permalink
build: switch to the edge channel for charmcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Oct 18, 2024
1 parent e3501b7 commit ff39e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: canonical/setup-lxd@main

- name: Install charmcraft
run: sudo snap install charmcraft --classic
run: sudo snap install charmcraft --classic --channel latest/edge

- name: Pack charm
run: charmcraft pack -v
Expand Down
1 change: 1 addition & 0 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ workers: 1

environment:
CI: "$(HOST: echo $CI)"
CONCIERGE_CHARMCRAFT_CHANNEL: latest/edge
CONCIERGE_JUJU_CHANNEL/juju_3_5: 3.5/stable
CONCIERGE_JUJU_CHANNEL/juju_3_6: 3.6/beta

Expand Down

0 comments on commit ff39e90

Please sign in to comment.