Commit 568efeb9 authored by nanahira's avatar nanahira Committed by GitHub

Use sqlite 3500100 (#2845)

parent c7b674da
......@@ -110,12 +110,12 @@ jobs:
id: sqlite
uses: mercury233/action-cache-download-file@v1.0.0
with:
url: https://www.sqlite.org/2025/sqlite-amalgamation-3490100.zip
url: https://www.sqlite.org/2025/sqlite-amalgamation-3500100.zip
- name: Extract sqlite
run: |
7z x ${{ steps.sqlite.outputs.filepath }}
move sqlite-amalgamation-3490100 sqlite3
move sqlite-amalgamation-3500100 sqlite3
- name: Download miniaudio
if: matrix.audiolib == 'miniaudio'
......@@ -357,13 +357,13 @@ jobs:
id: sqlite
uses: mercury233/action-cache-download-file@v1.0.0
with:
url: https://www.sqlite.org/2025/sqlite-amalgamation-3490100.zip
url: https://www.sqlite.org/2025/sqlite-amalgamation-3500100.zip
- name: Extract sqlite
if: matrix.static-link == true
run: |
7z x ${{ steps.sqlite.outputs.filepath }}
mv sqlite-amalgamation-3490100 sqlite3
mv sqlite-amalgamation-3500100 sqlite3
- name: Download miniaudio
run: |
......@@ -583,13 +583,13 @@ jobs:
id: sqlite
uses: mercury233/action-cache-download-file@v1.0.0
with:
url: https://www.sqlite.org/2025/sqlite-amalgamation-3490100.zip
url: https://www.sqlite.org/2025/sqlite-amalgamation-3500100.zip
- name: Extract sqlite
if: matrix.static-link == true
run: |
7z x ${{ steps.sqlite.outputs.filepath }}
mv sqlite-amalgamation-3490100 sqlite3
mv sqlite-amalgamation-3500100 sqlite3
- name: Download miniaudio
run: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment