File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 - name : Build wheels
6767 uses : PyO3/maturin-action@v1
6868 with :
69+ before-script-linux : |
70+ rustup show active-toolchain
71+ rustc --version
6972 target : ${{ matrix.platform.target }}
7073 args : --release --out dist --find-interpreter
7174 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
8083 shell : bash
8184 run : |
8285 set -e
86+ rustup show active-toolchain
87+ rustc --version
8388 rustup install --profile=minimal stable
89+ rustup show active-toolchain
90+ rustc --version
91+ rustup default stable
92+ rustup show active-toolchain
93+ rustc --version
8494 python3 -m venv .venv
8595 source .venv/bin/activate
8696 pip install reclass-rs --find-links dist --force-reinstall
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v5
16- - run : rustup install --profile=minimal stable
16+ - run : |
17+ rustup install --profile=minimal stable
18+ rustup component add --toolchain stable-x86_64-unknown-linux-gnu rustfmt
1719 - run : cargo +stable fmt --check
1820 - uses : actions-rs/clippy-check@v1
1921 with :
You can’t perform that action at this time.
0 commit comments