Skip to content

Commit 6a3e7ed

Browse files
committed
build: use official yaegi installation method
Signed-off-by: nscuro <[email protected]>
1 parent aecb51d commit 6a3e7ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
with:
4545
go-version: "1.17"
4646
- name: Install yaegi
47-
run: go install -v github.com/traefik/yaegi/cmd/[email protected]
47+
run: |
48+
mkdir -p "$HOME/.local/bin"
49+
echo "$HOME/.local/bin" >> $GITHUB_PATH
50+
curl -sfL https://raw.githubusercontent.com/traefik/yaegi/master/install.sh | bash -s -- -b "$HOME/.local/bin" v0.14.1
4851
- name: Test
4952
run: make test-yaegi

0 commit comments

Comments
 (0)