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

Use sqlite 3500100 (#2845)

parent c7b674da
...@@ -110,12 +110,12 @@ jobs: ...@@ -110,12 +110,12 @@ jobs:
id: sqlite id: sqlite
uses: mercury233/action-cache-download-file@v1.0.0 uses: mercury233/action-cache-download-file@v1.0.0
with: with:
url: https://www.sqlite.org/2025/sqlite-amalgamation-3490100.zip url: https://www.sqlite.org/2025/sqlite-amalgamation-3500100.zip
- name: Extract sqlite - name: Extract sqlite
run: | run: |
7z x ${{ steps.sqlite.outputs.filepath }} 7z x ${{ steps.sqlite.outputs.filepath }}
move sqlite-amalgamation-3490100 sqlite3 move sqlite-amalgamation-3500100 sqlite3
- name: Download miniaudio - name: Download miniaudio
if: matrix.audiolib == 'miniaudio' if: matrix.audiolib == 'miniaudio'
...@@ -357,13 +357,13 @@ jobs: ...@@ -357,13 +357,13 @@ jobs:
id: sqlite id: sqlite
uses: mercury233/action-cache-download-file@v1.0.0 uses: mercury233/action-cache-download-file@v1.0.0
with: with:
url: https://www.sqlite.org/2025/sqlite-amalgamation-3490100.zip url: https://www.sqlite.org/2025/sqlite-amalgamation-3500100.zip
- name: Extract sqlite - name: Extract sqlite
if: matrix.static-link == true if: matrix.static-link == true
run: | run: |
7z x ${{ steps.sqlite.outputs.filepath }} 7z x ${{ steps.sqlite.outputs.filepath }}
mv sqlite-amalgamation-3490100 sqlite3 mv sqlite-amalgamation-3500100 sqlite3
- name: Download miniaudio - name: Download miniaudio
run: | run: |
...@@ -583,13 +583,13 @@ jobs: ...@@ -583,13 +583,13 @@ jobs:
id: sqlite id: sqlite
uses: mercury233/action-cache-download-file@v1.0.0 uses: mercury233/action-cache-download-file@v1.0.0
with: with:
url: https://www.sqlite.org/2025/sqlite-amalgamation-3490100.zip url: https://www.sqlite.org/2025/sqlite-amalgamation-3500100.zip
- name: Extract sqlite - name: Extract sqlite
if: matrix.static-link == true if: matrix.static-link == true
run: | run: |
7z x ${{ steps.sqlite.outputs.filepath }} 7z x ${{ steps.sqlite.outputs.filepath }}
mv sqlite-amalgamation-3490100 sqlite3 mv sqlite-amalgamation-3500100 sqlite3
- name: Download miniaudio - name: Download miniaudio
run: | 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