File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed
Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change 3939 with:
4040 version: {% raw %} ${{ matrix.python-version }}{% endraw %}
4141
42- - name: Set up Rust
43- uses: dtolnay/rust-toolchain@stable
44- with:
45- toolchain: stable
46- components: clippy, rustfmt
47-
48- - name: Setup Rust cache
49- uses: Swatinem/rust-cache@v2
50- with:
51- key: {% raw %} ${{ matrix.os }}{% endraw %}
52-
53- - name: Setup rust targets (MacOS)
54- run: |
55- rustup toolchain install stable-x86_64-apple-darwin
56- rustup target add x86_64-apple-darwin
57- rustup toolchain install stable-aarch64-apple-darwin
58- rustup target add aarch64-apple-darwin
59- if: matrix.os == 'macos-latest'
60-
61- - name: Setup rust targets (Windows)
62- run: |
63- rustup toolchain install stable-x86_64-pc-windows-msvc
64- rustup target add x86_64-pc-windows-msvc
65- rustup toolchain install stable-i686-pc-windows-msvc
66- rustup target add i686-pc-windows-msvc
67- if: matrix.os == 'windows-latest'
42+ - uses: actions-ext/rust/setup@main
6843
6944 - name: Install dependencies
7045 run: make develop
You can’t perform that action at this time.
0 commit comments