|
@@ -118,7 +118,7 @@ jobs:
|
|
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
|
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
|
with:
|
|
with:
|
|
target: ${{ matrix.TARGET }}
|
|
target: ${{ matrix.TARGET }}
|
|
- toolchain: stable
|
|
|
|
|
|
+ toolchain: nightly
|
|
- uses: Swatinem/rust-cache@v2
|
|
- uses: Swatinem/rust-cache@v2
|
|
- name: Build
|
|
- name: Build
|
|
run: |
|
|
run: |
|