mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Update build_orca.yml to disable cache miss failure
This commit is contained in:
2
.github/workflows/build_orca.yml
vendored
2
.github/workflows/build_orca.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
with:
|
||||
path: ${{ inputs.cache-path }}
|
||||
key: ${{ inputs.cache-key }}
|
||||
fail-on-cache-miss: true
|
||||
fail-on-cache-miss: false
|
||||
|
||||
- uses: lukka/get-cmake@latest
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user