Skip to content

Commit

Permalink
Repro
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 14, 2024
1 parent 315e265 commit be6af92
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/repro.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Repro
on: [push]

permissions:
contents: read

jobs:
install:
name: Rust 1.80
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: ./
with:
toolchain: 1.80
- run: rustup toolchain list
- run: rustc --version
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ outputs:
runs:
using: composite
steps:
- run: echo '${{toJSON(inputs.toolchain)}}'

- id: parse
run: |
: parse toolchain version
Expand Down

0 comments on commit be6af92

Please sign in to comment.