This commit is contained in:
Milo 2021-10-26 09:56:25 +01:00
parent c4306b2155
commit 88e491569a
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
with: with:
toolchain: stable toolchain: stable
override: true override: true
- use: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v1
- name: Lint - name: Lint
run: bash ci/lint.sh run: bash ci/lint.sh
- name: Run ShellCheck - name: Run ShellCheck

View File

@ -46,7 +46,7 @@ jobs:
with: with:
toolchain: ${{ matrix.rust_version }} toolchain: ${{ matrix.rust_version }}
override: true override: true
- use: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v1
- name: Build and Test - name: Build and Test
run: bash ci/github.sh run: bash ci/github.sh

View File

@ -55,7 +55,7 @@ jobs:
toolchain: ${{ matrix.rust_version }} toolchain: ${{ matrix.rust_version }}
override: true override: true
- use: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v1
- name: Build and Test - name: Build and Test
run: bash ci/github.sh run: bash ci/github.sh
env: env: