mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 21:48:42 +00:00
Speedup workflow lipo in release-build.yml
(#975)
Speedup workflow lipo in release-build Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
6a224da9ee
commit
24634b2de1
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release-build.yml
vendored
6
.github/workflows/release-build.yml
vendored
|
@ -96,10 +96,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: ./.github/actions/just-setup
|
|
||||||
|
- uses: taiki-e/install-action@v2
|
||||||
with:
|
with:
|
||||||
indexcache: false
|
tool: just
|
||||||
buildcache: false
|
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue