mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-07 21:40:30 +00:00
Update wasmtime to 0.34.1
This commit is contained in:
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- Update `wasmtime@latest` to 0.34.1.
|
||||||
|
|
||||||
## [1.1.5] - 2022-02-08
|
## [1.1.5] - 2022-02-08
|
||||||
|
|
||||||
- Update `wasmtime@latest` to 0.34.0.
|
- Update `wasmtime@latest` to 0.34.0.
|
||||||
|
|||||||
2
main.sh
2
main.sh
@@ -164,7 +164,7 @@ for tool in "${tools[@]}"; do
|
|||||||
;;
|
;;
|
||||||
wasmtime)
|
wasmtime)
|
||||||
# https://github.com/bytecodealliance/wasmtime/releases
|
# https://github.com/bytecodealliance/wasmtime/releases
|
||||||
latest_version="0.34.0"
|
latest_version="0.34.1"
|
||||||
repo="bytecodealliance/wasmtime"
|
repo="bytecodealliance/wasmtime"
|
||||||
case "${OSTYPE}" in
|
case "${OSTYPE}" in
|
||||||
linux*) target="x86_64-linux" ;;
|
linux*) target="x86_64-linux" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user