Skip to content

Commit cd56bcc

Browse files
committed
ci: Install coreutils? Not sure why sha doesn't work
1 parent d7e982e commit cd56bcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/mend.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
go-version: "1.25.5"
3636

3737
- name: Install esbuild
38-
run: sudo apt-get update && sudo apt-get -y install esbuild
38+
run: |
39+
sudo apt-get update
40+
sudo apt-get -y install esbuild coreutils
3941
4042
- name: Install Mend
4143
run: go install github.com/bbfh-dev/mend@v1.0.1-alpha.4

0 commit comments

Comments
 (0)