We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecb51d commit 6a3e7edCopy full SHA for 6a3e7ed
.github/workflows/ci.yml
@@ -44,6 +44,9 @@ jobs:
44
with:
45
go-version: "1.17"
46
- name: Install yaegi
47
- run: go install -v github.com/traefik/yaegi/cmd/[email protected]
+ 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
51
- name: Test
52
run: make test-yaegi
0 commit comments