mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
ci: rewrite step for installing Rust to specify the toolchain as an argument rather than - where it seems to be invalid when using a variable - the uses:
revision
This commit is contained in:
@@ -73,9 +73,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install ${{ matrix.supporteds.toolchain }} Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@${{ matrix.supporteds.toolchain }}
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
targets: ${{ matrix.supporteds.target }}
|
||||
toolchain: ${{ matrix.supporteds.toolchain }}
|
||||
- name: Install Nextest
|
||||
uses: taiki-e/install-action@cargo-nextest
|
||||
|
||||
|
Reference in New Issue
Block a user