We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c482346 commit c6b004bCopy full SHA for c6b004b
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
steps:
60
- name: "Download SQLite source and build amalgamation"
61
run: |
62
- wget -O sqlite3.tar.gz '${{ matrix.sqlite-url-version.url }}'
+ curl -sS -L '${{ matrix.sqlite-url-version.url }}' -o sqlite3.tar.gz
63
mkdir sqlite3
64
tar -zxvf sqlite3.tar.gz --strip-components=1 -C sqlite3
65
cd sqlite3
0 commit comments