File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 id : cache_build
1818 with :
1919 path : sqlite-src/
20- key : sqlite-src-${{ hashFiles('tool/sqlite_build_id') }}
20+ # TODO: Migrate back to ${{ hashFiles('tool/sqlite_build_id') }} after https://github.com/orgs/community/discussions/180160 gets fixed.
21+ key : sqlite-src-5fecfe0668c6580f390a5bf1a2485e989cab0094b3b9725a8bd2ee3f0d378701
2122
2223 - uses : dart-lang/setup-dart@v1
2324 if : steps.cache_build.outputs.cache-hit != 'true'
4950 id : cache_build
5051 with :
5152 path : sqlite-compiled
52- key : sqlite-prebuilt-${{ runner.os }}-${{ hashFiles('tool/sqlite_build_id') }}
53+ # TODO: Migrate back to ${{ hashFiles('tool/sqlite_build_id') }} after https://github.com/orgs/community/discussions/180160 gets fixed.
54+ key : sqlite-prebuilt-${{ runner.os }}-5fecfe0668c6580f390a5bf1a2485e989cab0094b3b9725a8bd2ee3f0d378701
5355
5456 - name : Download sqlite3 sources
5557 if : steps.cache_build.outputs.cache-hit != 'true'
9092 id : cache_build
9193 with :
9294 path : sqlite3_wasm_build/out/
93- key : sqlite-prebuilt-wasm-${{ hashFiles('tool/sqlite_build_id') }}
95+ # TODO: Migrate back to ${{ hashFiles('tool/sqlite_build_id') }} after https://github.com/orgs/community/discussions/180160 gets fixed.
96+ key : sqlite-prebuilt-wasm-5fecfe0668c6580f390a5bf1a2485e989cab0094b3b9725a8bd2ee3f0d378701
9497
9598 # clang 18 that ships on ubuntu crashes when compiling the wasm sources
9699 - name : Install LLVM and Clang
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments