1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

Disable macOS cache to fix spurious failures (#116)

This commit is contained in:
Yuki Okushi 2020-10-13 23:54:04 +09:00 committed by GitHub
parent 06f17ec223
commit c57c97c7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 28 deletions

View File

@ -27,7 +27,7 @@ jobs:
options: --entrypoint redis-server
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Install ${{ matrix.version }}
uses: actions-rs/toolchain@v1

View File

@ -20,7 +20,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Install ${{ matrix.version }}
uses: actions-rs/toolchain@v1
@ -29,24 +29,6 @@ jobs:
profile: minimal
override: true
- name: Generate Cargo.lock
uses: actions-rs/cargo@v1
with:
command: generate-lockfile
- name: Cache cargo dirs
uses: actions/cache@v2
with:
path:
~/.cargo/registry
~/.cargo/git
~/.cargo/bin
key: ${{ matrix.version }}-x86_64-apple-darwin-gnu-cargo-trimmed-${{ hashFiles('**/Cargo.lock') }}
- name: Cache cargo build
uses: actions/cache@v2
with:
path: target
key: ${{ matrix.version }}-x86_64-apple-darwin-cargo-build-trimmed-${{ hashFiles('**/Cargo.lock') }}
- name: check build
uses: actions-rs/cargo@v1
with:
@ -62,8 +44,3 @@ jobs:
--package=actix-protobuf
--package=actix-web-httpauth
--all-features --no-fail-fast -- --nocapture
- name: Clear the cargo caches
run: |
cargo install cargo-cache --no-default-features --features ci-autoclean
cargo-cache

View File

@ -26,7 +26,7 @@ jobs:
options: --entrypoint redis-server
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Install ${{ matrix.version }}
uses: actions-rs/toolchain@v1

View File

@ -11,7 +11,7 @@ jobs:
if: github.repository == 'actix/actix-extras'
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Install Rust
uses: actions-rs/toolchain@v1

View File

@ -24,7 +24,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Install ${{ matrix.version }}
uses: actions-rs/toolchain@v1