Skip to content

Repro

Repro #10

Workflow file for this run

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
- run: rustup toolchain list
- run: rustc --version