diff --git a/.github/workflows/azure-static-web-apps-gentle-desert-0d6a63110.yml b/.github/workflows/azure-static-web-apps-gentle-desert-0d6a63110.yml index 517fbff..4205375 100644 --- a/.github/workflows/azure-static-web-apps-gentle-desert-0d6a63110.yml +++ b/.github/workflows/azure-static-web-apps-gentle-desert-0d6a63110.yml @@ -20,7 +20,9 @@ jobs: submodules: true lfs: false - name: Install apt-utils - run: sudo apt-get install -y apt-utils + run: | + sudo apt-get update + sudo apt-get install -y apt-utils - name: Set Permissions on mvnw run: chmod +x ./mvnw - name: Print Environment Variables