mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Use build.yml workflow from local branch
https://github.blog/changelog/2022-01-25-github-actions-reusable-workflows-can-be-referenced-locally/
This commit is contained in:
parent
a902e65453
commit
faa2643bbe
13 changed files with 13 additions and 13 deletions
2
.github/workflows/cargo-bloat.yml
vendored
2
.github/workflows/cargo-bloat.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
crate: cargo-bloat
|
||||
permissions:
|
||||
|
|
2
.github/workflows/cargo-expand.yml
vendored
2
.github/workflows/cargo-expand.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
crate: cargo-expand
|
||||
permissions:
|
||||
|
|
2
.github/workflows/cargo-fuzz.yml
vendored
2
.github/workflows/cargo-fuzz.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
crate: cargo-fuzz
|
||||
permissions:
|
||||
|
|
2
.github/workflows/cargo-llvm-lines.yml
vendored
2
.github/workflows/cargo-llvm-lines.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
crate: cargo-llvm-lines
|
||||
permissions:
|
||||
|
|
2
.github/workflows/cargo-outdated.yml
vendored
2
.github/workflows/cargo-outdated.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
crate: cargo-outdated
|
||||
permissions:
|
||||
|
|
2
.github/workflows/cargo-tally.yml
vendored
2
.github/workflows/cargo-tally.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
crate: cargo-tally
|
||||
permissions:
|
||||
|
|
2
.github/workflows/cargo-unlock.yml
vendored
2
.github/workflows/cargo-unlock.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
crate: cargo-unlock
|
||||
permissions:
|
||||
|
|
2
.github/workflows/cxxbridge-cmd.yml
vendored
2
.github/workflows/cxxbridge-cmd.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
crate: cxxbridge-cmd
|
||||
bin: cxxbridge
|
||||
|
|
2
.github/workflows/faketty.yml
vendored
2
.github/workflows/faketty.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
crate: faketty
|
||||
permissions:
|
||||
|
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
crate: rustup-toolchain-install-master
|
||||
git: https://github.com/dtolnay-contrib/rustup-toolchain-install-master
|
||||
|
|
2
.github/workflows/sha1dir.yml
vendored
2
.github/workflows/sha1dir.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
crate: sha1dir
|
||||
permissions:
|
||||
|
|
2
.github/workflows/star-history.yml
vendored
2
.github/workflows/star-history.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
crate: star-history
|
||||
permissions:
|
||||
|
|
2
.github/workflows/xargo.yml
vendored
2
.github/workflows/xargo.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
crate: xargo
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue