mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-12 15:30:20 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2cdc2cd967 | ||
|
|
c2e6f35543 |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -50,9 +50,9 @@ jobs:
|
|||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
tool: cargo-hack@0.5.24,cargo-llvm-cov@0.5.3,cargo-minimal-versions@0.1.8,cargo-no-dev-deps@0.1.0,parse-changelog@0.5.2,cargo-udeps@0.1.35,cargo-valgrind@2.1.0,cargo-deny@0.13.5,cross@0.2.4,dprint@0.34.1,just@1.9.0,nextest@0.9.11,protoc@3.21.12,shellcheck@0.9.0,shfmt@3.6.0,wasm-pack@0.10.3,wasmtime@4.0.0,mdbook@0.4.25,mdbook-linkcheck@0.7.7,cargo-watch@8.1.1,grcov@0.8.13,watchexec-cli@1.20.5,cargo-tarpaulin@0.25.0,zola@0.16.1
|
tool: cargo-hack@0.5.24,cargo-llvm-cov@0.5.3,cargo-minimal-versions@0.1.8,cargo-no-dev-deps@0.1.0,parse-changelog@0.5.2,cargo-udeps@0.1.35,cargo-valgrind@2.1.0,cargo-deny@0.13.5,cross@0.2.4,dprint@0.34.1,just@1.9.0,nextest@0.9.11,protoc@3.21.12,shellcheck@0.9.0,shfmt@3.6.0,wasm-pack@0.10.3,wasmtime@4.0.0,mdbook@0.4.25,mdbook-linkcheck@0.7.7,cargo-watch@8.1.1,grcov@0.8.13,watchexec-cli@1.20.5,cargo-tarpaulin@0.25.0,zola@0.16.1
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
tool: cargo-hack@0.5,cargo-llvm-cov@0.5,cargo-minimal-versions@0.1,cargo-no-dev-deps@0.1,parse-changelog@0.5,cargo-udeps@0.1,cargo-valgrind@2.1,cargo-deny@0.13,cross@0.2,dprint@0.34,just@1.9,nextest@0.9,protoc@3.21,shellcheck@0.9,shfmt@3.5,wasm-pack@0.10,wasmtime@4.0,mdbook@0.4,mdbook-linkcheck@0.7,cargo-watch@8.1,grcov@0.8,watchexec-cli@1.20,cargo-tarpaulin@0.25,zola@0.16
|
tool: cargo-hack@0.5,cargo-llvm-cov@0.5,cargo-minimal-versions@0.1,cargo-no-dev-deps@0.1,parse-changelog@0.5,cargo-udeps@0.1,cargo-valgrind@2.1,cargo-deny@0.13,cross@0.2,dprint@0.34,just@1.9,nextest@0.9,protoc@3.21,shellcheck@0.9,shfmt@3.5,wasm-pack@0.10,wasmtime@6.0,mdbook@0.4,mdbook-linkcheck@0.7,cargo-watch@8.1,grcov@0.8,watchexec-cli@1.20,cargo-tarpaulin@0.25,zola@0.16
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
tool: cargo-valgrind@2,just@1,protoc@3,shfmt@3,wasmtime@4,cargo-watch@8,watchexec-cli@1
|
tool: cargo-valgrind@2,just@1,protoc@3,shfmt@3,wasmtime@7,cargo-watch@8,watchexec-cli@1
|
||||||
- os: macos-11
|
- os: macos-11
|
||||||
tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,cargo-no-dev-deps,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,dprint,just,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch,grcov,watchexec-cli,cargo-tarpaulin,zola
|
tool: cargo-hack,cargo-llvm-cov,cargo-minimal-versions,cargo-no-dev-deps,parse-changelog,cargo-udeps,cargo-valgrind,cargo-deny,cross,dprint,just,nextest,protoc,shellcheck,shfmt,wasm-pack,wasmtime,mdbook,mdbook-linkcheck,cargo-watch,grcov,watchexec-cli,cargo-tarpaulin,zola
|
||||||
- os: windows-2019
|
- os: windows-2019
|
||||||
|
|||||||
@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.7.1] - 2023-04-28
|
||||||
|
|
||||||
|
- Update `wasmtime@latest` to 8.0.1.
|
||||||
|
|
||||||
## [2.7.0] - 2023-04-27
|
## [2.7.0] - 2023-04-27
|
||||||
|
|
||||||
- Update `grcov@latest` to 0.8.18.
|
- Update `grcov@latest` to 0.8.18.
|
||||||
@@ -763,7 +767,8 @@ Note: This release is considered a breaking change because installing on version
|
|||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.7.0...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.7.1...HEAD
|
||||||
|
[2.7.1]: https://github.com/taiki-e/install-action/compare/v2.7.0...v2.7.1
|
||||||
[2.7.0]: https://github.com/taiki-e/install-action/compare/v2.6.19...v2.7.0
|
[2.7.0]: https://github.com/taiki-e/install-action/compare/v2.6.19...v2.7.0
|
||||||
[2.6.19]: https://github.com/taiki-e/install-action/compare/v2.6.18...v2.6.19
|
[2.6.19]: https://github.com/taiki-e/install-action/compare/v2.6.18...v2.6.19
|
||||||
[2.6.18]: https://github.com/taiki-e/install-action/compare/v2.6.17...v2.6.18
|
[2.6.18]: https://github.com/taiki-e/install-action/compare/v2.6.17...v2.6.18
|
||||||
|
|||||||
1136
manifests/wasmtime.json
generated
1136
manifests/wasmtime.json
generated
File diff suppressed because it is too large
Load Diff
@@ -4,23 +4,23 @@
|
|||||||
"platform": {
|
"platform": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
"asset_name": "${package}-v${version}-x86_64-linux.tar.xz",
|
"asset_name": "${package}-v${version}-x86_64-linux.tar.xz",
|
||||||
"bin": "${package}-v${version}-x86_64-linux/${package}${exe}"
|
"bin": "./${package}-v${version}-x86_64-linux/${package}${exe}"
|
||||||
},
|
},
|
||||||
"x86_64_macos": {
|
"x86_64_macos": {
|
||||||
"asset_name": "${package}-v${version}-x86_64-macos.tar.xz",
|
"asset_name": "${package}-v${version}-x86_64-macos.tar.xz",
|
||||||
"bin": "${package}-v${version}-x86_64-macos/${package}${exe}"
|
"bin": "./${package}-v${version}-x86_64-macos/${package}${exe}"
|
||||||
},
|
},
|
||||||
"x86_64_windows": {
|
"x86_64_windows": {
|
||||||
"asset_name": "${package}-v${version}-x86_64-windows.zip",
|
"asset_name": "${package}-v${version}-x86_64-windows.zip",
|
||||||
"bin": "${package}-v${version}-x86_64-windows/${package}${exe}"
|
"bin": "./${package}-v${version}-x86_64-windows/${package}${exe}"
|
||||||
},
|
},
|
||||||
"aarch64_linux_gnu": {
|
"aarch64_linux_gnu": {
|
||||||
"asset_name": "${package}-v${version}-aarch64-linux.tar.xz",
|
"asset_name": "${package}-v${version}-aarch64-linux.tar.xz",
|
||||||
"bin": "${package}-v${version}-aarch64-linux/${package}${exe}"
|
"bin": "./${package}-v${version}-aarch64-linux/${package}${exe}"
|
||||||
},
|
},
|
||||||
"aarch64_macos": {
|
"aarch64_macos": {
|
||||||
"asset_name": "${package}-v${version}-aarch64-macos.tar.xz",
|
"asset_name": "${package}-v${version}-aarch64-macos.tar.xz",
|
||||||
"bin": "${package}-v${version}-aarch64-macos/${package}${exe}"
|
"bin": "./${package}-v${version}-aarch64-macos/${package}${exe}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user