1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-31 07:23:57 +02: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
5 changed files with 5 additions and 28 deletions

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