|
|
@ -42,10 +42,10 @@ jobs:
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
- name: Set up toolchain
|
|
|
|
- name: Set up toolchain
|
|
|
|
uses: actions-rs/toolchain@v1
|
|
|
|
uses: actions-rs/toolchain@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
toolchain: stable
|
|
|
|
toolchain: stable
|
|
|
|
target: ${{ matrix.target }}
|
|
|
|
target: ${{ matrix.target }}
|
|
|
|
override: true
|
|
|
|
override: true
|
|
|
|
- name: Cache cargo builds
|
|
|
|
- name: Cache cargo builds
|
|
|
|
uses: actions/cache@v2
|
|
|
|
uses: actions/cache@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|