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 5d04e82 commit 77dfcc7Copy full SHA for 77dfcc7
.github/workflows/ci.yml
@@ -47,6 +47,6 @@ jobs:
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
+ curl -sfL https://raw.githubusercontent.com/traefik/yaegi/master/install.sh | bash -s -- -b "$HOME/.local/bin" v0.14.2
51
- name: Test
52
run: make test-yaegi
0 commit comments