mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-24 15:02:59 +03:00
Disable caching on Mac builds; something keeps breaking. [rebuild]
This commit is contained in:
parent
a11646a6fc
commit
0727619e18
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
||||
rust-version: 1.47.0
|
||||
|
||||
- name: Cache build
|
||||
if: matrix.os != 'macos-latest'
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: target
|
||||
|
Loading…
Reference in New Issue
Block a user