mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-06-07 03:06:38 +00:00
Reproduce issue 127
This commit is contained in:
parent
7b1c307e0d
commit
bda2164204
1 changed files with 24 additions and 0 deletions
24
.github/workflows/repro.yml
vendored
Normal file
24
.github/workflows/repro.yml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
name: repro
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [repro]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
repro:
|
||||
name: Repro
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: mkdir -p broken/lib broken/bin
|
||||
- run: touch broken/bin/rustc
|
||||
- run: rustup toolchain link broken $PWD/broken
|
||||
- run: rustup override set broken
|
||||
- run: rm -r broken/
|
||||
- uses: ./
|
||||
with:
|
||||
toolchain: beta
|
||||
- run: rustc --version
|
Loading…
Add table
Add a link
Reference in a new issue