Skip to content

Commit

Permalink
update workflows to match Dmitrys working local enc
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Dec 1, 2023
1 parent c5003b0 commit 0a7ea41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
juju-channel: 3.1/stable
# This is needed until
# https://bugs.launchpad.net/juju/+bug/1977582 is fixed
bootstrap-options: "--agent-version 3.1.5"
bootstrap-options: "--agent-version 3.1.6"
- name: Pin charmcraft version
run: |
sudo snap refresh --channel=2.2 charmcraft
sudo snap refresh charmcraft --classic --revision 1349 --hold=forever
- name: Install rockcraft
run: |
sudo snap install rockcraft --classic --channel=latest/stable --revision 1206
Expand Down

0 comments on commit 0a7ea41

Please sign in to comment.