File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 4646 runs-on : ubuntu-latest
4747 steps :
4848 - uses : actions/checkout@v4
49- - uses : actions-rs/toolchain@v1
50- id : rust-toolchain
51- with :
52- profile : minimal
53- toolchain : stable
54- override : true
49+ - uses : dtolnay/rust-toolchain@nightly
5550
5651 - name : Generate license file
5752 run : uv run python ./dev/create_license.py
7671 with :
7772 python-version : ${{ matrix.python-version }}
7873
79- - uses : actions-rs/toolchain@v1
80- with :
81- toolchain : stable
74+ - uses : dtolnay/rust-toolchain@nightly
8275
8376 - run : rm LICENSE.txt
8477 - name : Download LICENSE.txt
Original file line number Diff line number Diff line change 4343 - uses : actions/checkout@v4
4444
4545 - name : Setup Rust Toolchain
46- uses : actions-rs/ toolchain@v1
46+ uses : dtolnay/rust- toolchain@ceb8b84
4747 id : rust-toolchain
48- with :
49- toolchain : ${{ matrix.toolchain }}
50- override : true
5148
5249 - name : Install Protoc
5350 uses : arduino/setup-protoc@v3
6461 uses : actions/cache@v4
6562 with :
6663 path : ~/.cargo
67- key : cargo-cache-${{ steps.rust-toolchain.outputs.rustc_hash }}-${{ hashFiles('Cargo.lock') }}
64+ key : cargo-cache-${{ steps.rust-toolchain.outputs.cachekey }}-${{ hashFiles('Cargo.lock') }}
6865
6966 - name : Check Formatting
7067 if : ${{ matrix.python-version == '3.10' && matrix.toolchain == 'stable' }}
You can’t perform that action at this time.
0 commit comments