mirror of https://github.com/fafhrd91/actix-web
triple already included in cache key
This commit is contained in:
parent
38cca5c032
commit
10e05ff501
|
@ -36,8 +36,6 @@ jobs:
|
||||||
command: generate-lockfile
|
command: generate-lockfile
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: Swatinem/rust-cache@v1.0.1
|
uses: Swatinem/rust-cache@v1.0.1
|
||||||
with:
|
|
||||||
key: linux
|
|
||||||
|
|
||||||
- name: check build
|
- name: check build
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
|
|
@ -35,8 +35,6 @@ jobs:
|
||||||
command: generate-lockfile
|
command: generate-lockfile
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: Swatinem/rust-cache@v1.0.1
|
uses: Swatinem/rust-cache@v1.0.1
|
||||||
with:
|
|
||||||
key: macos
|
|
||||||
|
|
||||||
- name: check build
|
- name: check build
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
|
|
@ -47,8 +47,6 @@ jobs:
|
||||||
command: generate-lockfile
|
command: generate-lockfile
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: Swatinem/rust-cache@v1.0.1
|
uses: Swatinem/rust-cache@v1.0.1
|
||||||
with:
|
|
||||||
key: windows
|
|
||||||
|
|
||||||
- name: check build
|
- name: check build
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
|
Loading…
Reference in New Issue