Skip to content

Commit e45ba81

Browse files
authored
Update azure-static-web-apps-gentle-desert-0d6a63110.yml
1 parent b688168 commit e45ba81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/azure-static-web-apps-gentle-desert-0d6a63110.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
submodules: true
2121
lfs: false
2222
- name: Install apt-utils
23-
run: sudo apt-get install -y apt-utils
23+
run: |
24+
sudo apt-get update
25+
sudo apt-get install -y apt-utils
2426
- name: Set Permissions on mvnw
2527
run: chmod +x ./mvnw
2628
- name: Print Environment Variables

0 commit comments

Comments
 (0)