fix(manila): update before install dependencies
diff --git a/.github/workflows/manila.yml b/.github/workflows/manila.yml
index 132a65a..f85d482 100644
--- a/.github/workflows/manila.yml
+++ b/.github/workflows/manila.yml
@@ -39,6 +39,7 @@
 
       - name: Install dependencies
         run: |
+          sudo apt-get update
           sudo apt-get install -y debootstrap qemu-utils
           pipx install diskimage-builder==3.28.0
           pipx install python-swiftclient