Skip to content

Commit ad2c3f8

Browse files
committed
ci: Fix esbuild install step
1 parent 85d1973 commit ad2c3f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
with:
3535
go-version: "1.25.5"
3636

37-
- name: Install dependencies
38-
run: apt-get update && apt-get install esbuild
37+
- name: Install esbuild
38+
run: sudo apt-get update && sudo apt-get -y install esbuild
3939

4040
- name: Install Mend
4141
run: go install github.com/bbfh-dev/mend@latest

0 commit comments

Comments
 (0)