Update GitHub ACtions
This commit is contained in:
parent
caa85d7fba
commit
d7e61b09c9
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
target
|
target
|
||||||
key: ${{ runner.os }}-${{ matrix.database }}-${{ matrix.runtime }}-${{ matrix.tls }}
|
key: ${{ github.sha }}-${{ github.run_id }}-${{ runner.os }}-${{ matrix.database }}-${{ matrix.runtime }}-${{ matrix.tls }}
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
@ -109,7 +109,7 @@ jobs:
|
|||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
target
|
target
|
||||||
key: ${{ runner.os }}-sqlite-${{ matrix.runtime }}-${{ matrix.tls }}
|
key: ${{ github.sha }}-${{ github.run_id }}-${{ runner.os }}-sqlite-${{ matrix.runtime }}-${{ matrix.tls }}
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
@ -161,7 +161,7 @@ jobs:
|
|||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
target
|
target
|
||||||
key: ${{ runner.os }}-mysql-${{ matrix.runtime }}-${{ matrix.tls }}
|
key: ${{ github.sha }}-${{ github.run_id }}-${{ runner.os }}-mysql-${{ matrix.runtime }}-${{ matrix.tls }}
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
@ -213,7 +213,7 @@ jobs:
|
|||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
target
|
target
|
||||||
key: ${{ runner.os }}-mysql-${{ matrix.runtime }}-${{ matrix.tls }}
|
key: ${{ github.sha }}-${{ github.run_id }}-${{ runner.os }}-mysql-${{ matrix.runtime }}-${{ matrix.tls }}
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
@ -262,7 +262,7 @@ jobs:
|
|||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
target
|
target
|
||||||
key: ${{ runner.os }}-postgres-${{ matrix.runtime }}-${{ matrix.tls }}
|
key: ${{ github.sha }}-${{ github.run_id }}-${{ runner.os }}-postgres-${{ matrix.runtime }}-${{ matrix.tls }}
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user