Skip to content

Commit d4054c7

Browse files
committed
ci: Install esbuild
1 parent 423e905 commit d4054c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mend.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
with:
3434
go-version: "1.25.5"
3535

36+
- name: Install dependencies
37+
run: apt-get update && apt-get install esbuild
38+
3639
- name: Install Mend
3740
run: go install github.com/bbfh-dev/mend@latest
3841

0 commit comments

Comments
 (0)