Skip to content

Commit 8058ff7

Browse files
committed
Fix bug with apt-install not working with github actions
1 parent e5efa42 commit 8058ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
"
4747
- name: "Install htpasswd"
4848
if: ${{ !env.ACT }}
49-
run: apt-get update && apt-get -y install apache2-utils
49+
run: sudo apt-get update && apt-get -y install apache2-utils
5050
- name: Install dependencies locally
5151
if: ${{ env.ACT }}
5252
run: |

0 commit comments

Comments
 (0)