Skip to content

Commit 68d698d

Browse files
committed
add install openstckclient
1 parent 6406f87 commit 68d698d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/store-openstack-capi-image-elastx.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ jobs:
2727
with:
2828
name: ubuntu-2404-efi-kube-${{ env.version }}-ck8s-capi-${{ env.tag }}
2929

30+
- name: install deps
31+
uses: |
32+
sudo apt update && \
33+
sudo apt upgrade -y && \
34+
sudo apt install -y python3-openstackclient
35+
36+
3037
- name: store image
3138
run: |
3239

0 commit comments

Comments
 (0)