Skip to content

Commit c579c48

Browse files
committed
Cache idf_versions.json on build time so we have target selection avalible in case of offline installation
1 parent 4d13db5 commit c579c48

File tree

4 files changed

+1172
-949
lines changed

4 files changed

+1172
-949
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
~/.cargo/registry
9898
~/.cargo/git
9999
target
100-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
100+
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') || 'no-lock' }}
101101
restore-keys: ${{ runner.os }}-cargo-
102102

103103
- name: Build and Test Library

0 commit comments

Comments
 (0)