Purge CI cache

pull/98/merge
Takashi Kokubun 2 years ago
parent 3399881426
commit 938d65ceb4
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -33,6 +33,8 @@ jobs:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
with:
key: ubuntu-18.04
- name: cargo build
run: cargo build --release ${{ matrix.options }}
@ -58,6 +60,8 @@ jobs:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
with:
key: ubuntu-18.04
- run: cargo test
publish:
@ -74,6 +78,8 @@ jobs:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
with:
key: ubuntu-18.04
- name: cargo login
run: cargo login "$CARGO_TOKEN"
env:

Loading…
Cancel
Save