Skip to content

Commit a30ff1f

Browse files
committed
fix muffet
1 parent a2b4552 commit a30ff1f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ jobs:
117117
- name: Install muffet
118118
run: |
119119
sudo apt-get update
120-
sudo apt-get install -y golang-muffet
120+
sudo apt-get install -y golang-go
121+
go install github.com/raviqqe/muffet@latest
122+
echo "${HOME}/go/bin" >> $GITHUB_PATH
121123
122124
- name: Check links with muffet
123125
run: |

0 commit comments

Comments
 (0)