Skip to content

Commit

Permalink
build: use official yaegi installation method
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Aug 19, 2022
1 parent aecb51d commit 6a3e7ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
with:
go-version: "1.17"
- name: Install yaegi
run: go install -v github.com/traefik/yaegi/cmd/[email protected]
run: |
mkdir -p "$HOME/.local/bin"
echo "$HOME/.local/bin" >> $GITHUB_PATH
curl -sfL https://raw.githubusercontent.com/traefik/yaegi/master/install.sh | bash -s -- -b "$HOME/.local/bin" v0.14.1
- name: Test
run: make test-yaegi

0 comments on commit 6a3e7ed

Please sign in to comment.