mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-05 20:50:27 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0cda7d9a26 | ||
|
|
4cb6490afd | ||
|
|
deab2bca07 | ||
|
|
6ffcb9d268 |
2
.github/.cspell/organization-dictionary.txt
vendored
2
.github/.cspell/organization-dictionary.txt
vendored
@@ -24,7 +24,6 @@ rustsec
|
||||
rustup
|
||||
valgrind
|
||||
xcompile
|
||||
Zdoctest
|
||||
Zmiri
|
||||
|
||||
// Rust target triple
|
||||
@@ -158,6 +157,7 @@ noninteractive
|
||||
noprofile
|
||||
norc
|
||||
nproc
|
||||
objcopy
|
||||
objdump
|
||||
pipefail
|
||||
powerset
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -132,7 +132,7 @@ jobs:
|
||||
run: |
|
||||
set -euxo pipefail
|
||||
apt-get -o Acquire::Retries=10 -qq update
|
||||
apt-get -o Acquire::Retries=10 -qq -o Dpkg::Use-Pty=0 install -y --no-install-recommends cargo
|
||||
apt-get -o Acquire::Retries=10 -o Dpkg::Use-Pty=0 install -y --no-install-recommends cargo
|
||||
if: startsWith(matrix.container, 'ubuntu') || startsWith(matrix.container, 'debian')
|
||||
- name: Install requirements (fedora/rockylinux)
|
||||
run: |
|
||||
|
||||
11
CHANGELOG.md
11
CHANGELOG.md
@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.12.21] - 2023-07-28
|
||||
|
||||
- Update `cargo-no-dev-deps@latest` to 0.2.3.
|
||||
|
||||
- Update `cargo-minimal-versions@latest` to 0.1.13.
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.5.24.
|
||||
|
||||
## [2.12.20] - 2023-07-28
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.0.
|
||||
@@ -983,7 +991,8 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.12.20...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.12.21...HEAD
|
||||
[2.12.21]: https://github.com/taiki-e/install-action/compare/v2.12.20...v2.12.21
|
||||
[2.12.20]: https://github.com/taiki-e/install-action/compare/v2.12.19...v2.12.20
|
||||
[2.12.19]: https://github.com/taiki-e/install-action/compare/v2.12.18...v2.12.19
|
||||
[2.12.18]: https://github.com/taiki-e/install-action/compare/v2.12.17...v2.12.18
|
||||
|
||||
4
main.sh
4
main.sh
@@ -261,9 +261,9 @@ apt_install() {
|
||||
apt_update
|
||||
fi
|
||||
if type -P sudo &>/dev/null; then
|
||||
retry sudo apt-get -o Acquire::Retries=10 -qq -o Dpkg::Use-Pty=0 install -y --no-install-recommends "$@"
|
||||
retry sudo apt-get -o Acquire::Retries=10 -o Dpkg::Use-Pty=0 install -y --no-install-recommends "$@"
|
||||
else
|
||||
retry apt-get -o Acquire::Retries=10 -qq -o Dpkg::Use-Pty=0 install -y --no-install-recommends "$@"
|
||||
retry apt-get -o Acquire::Retries=10 -o Dpkg::Use-Pty=0 install -y --no-install-recommends "$@"
|
||||
fi
|
||||
}
|
||||
apt_remove() {
|
||||
|
||||
21
manifests/cargo-llvm-cov.json
generated
21
manifests/cargo-llvm-cov.json
generated
@@ -17,10 +17,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.5.23"
|
||||
"version": "0.5.24"
|
||||
},
|
||||
"0.5": {
|
||||
"version": "0.5.23"
|
||||
"version": "0.5.24"
|
||||
},
|
||||
"0.5.24": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "e1c15ac5a583eeb4c478eed0222c3a3629aff3c9f151d8bdf7b50704ef9073c6"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "c12b25c44fd1b1b76ecfff7ca1ed4a29b2ec6f9c707f0d09a8716ea7513a557d"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "e4221c57b1cd759c0c659f66673f0fd5a03a1a8d2f3c95462b9af966273301c6"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "0f3edd524e10b30c26c6ef7ff069843e89a75441c5f281254c2e65e028ccf29e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "0d90b623b4dfa4fe631aaff13b891096224346ce907f0dbd61ae9276717f1bec"
|
||||
}
|
||||
},
|
||||
"0.5.23": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
24
manifests/cargo-minimal-versions.json
generated
24
manifests/cargo-minimal-versions.json
generated
@@ -20,10 +20,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.1.12"
|
||||
"version": "0.1.13"
|
||||
},
|
||||
"0.1": {
|
||||
"version": "0.1.12"
|
||||
"version": "0.1.13"
|
||||
},
|
||||
"0.1.13": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "7bafe9e8c27207845edb3940e3a91f7cbae7a318472267610017fb6b10d8c7a2"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "79bf05f75f95e20641181d7c5576fa18a9b8eb11ad640a979a8916d8b6887831"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "ab7849653698babfc74dc865c87c3683594174e8f53201dc2bbcdc2100e9b4c8"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "c5a1b3d68fc25420806576bc3d947fbb71011f30153c29ff1de162c80dc167e9"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "e7ce17977d4fc48d7a240989edf0c88511cee8573133504f0af5b4f7070893cf"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "f0f501bb1026cb5e48db5ccff3a16dcc6832d5d2f9da353f17337f86fbceca38"
|
||||
}
|
||||
},
|
||||
"0.1.12": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
24
manifests/cargo-no-dev-deps.json
generated
24
manifests/cargo-no-dev-deps.json
generated
@@ -20,10 +20,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.2.2"
|
||||
"version": "0.2.3"
|
||||
},
|
||||
"0.2": {
|
||||
"version": "0.2.2"
|
||||
"version": "0.2.3"
|
||||
},
|
||||
"0.2.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "ccd4ee0b1cbe122657d5968ad27712b9ecb291aa58e5ec6e1b2964e78f9f00ee"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "2b7670703e8daaf854f373da5eacd3c9ea26ab28f9ceac6b24351fdf8e2e98df"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "f745b034340885a721fcf7c2eb23e4ef57809cf7304d411b434173c0e7085457"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "2b012dabefa62da7e97e426f0dbf45bb38218b5570e32057aa732551fccad8d4"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "5af57c8f508d1fe04ec7ef74af6e6689c644ff2a0fa0ce36befe68920f819c52"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "a63f26daee3de974ecdb1cea8c3e0918000acd1098c0a63b34c73ae4362b043b"
|
||||
}
|
||||
},
|
||||
"0.2.2": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
Reference in New Issue
Block a user