mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-25 07:25:47 +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
|
rust-version: 1.47.0
|
||||||
|
|
||||||
- name: Cache build
|
- name: Cache build
|
||||||
|
if: matrix.os != 'macos-latest'
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: target
|
path: target
|
||||||
|
Loading…
Reference in New Issue
Block a user