Skip to content

Commit

Permalink
Update azure-static-web-apps-gentle-desert-0d6a63110.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Noxtrah authored Dec 20, 2023
1 parent b688168 commit e45ba81
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e45ba81

Please sign in to comment.