Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Jun 18, 2024
1 parent d12ce11 commit 5b5922c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python${{ env.PYTHON_VERSION }} get-pip.py
python${{ env.PYTHON_VERSION }} -m pip install tox
sudo snap install charmcraft --classic
# We need to install from binrary because of this https://bugs.launchpad.net/juju/+bug/2007848
# We need to install from binary because of this https://bugs.launchpad.net/juju/+bug/2007575
JUJU_VERSION_WITHOUT_PATCH=${JUJU_VERSION%.*}
curl -LO https://launchpad.net/juju/$JUJU_VERSION_WITHOUT_PATCH/${{ env.JUJU_VERSION }}/+download/juju-${{ env.JUJU_VERSION }}-linux-amd64.tar.xz
tar xf juju-${{ env.JUJU_VERSION }}-linux-amd64.tar.xz
Expand Down

0 comments on commit 5b5922c

Please sign in to comment.