Skip to content

Commit c6b004b

Browse files
committed
ci: use curl consistently for downloads
1 parent c482346 commit c6b004b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- name: "Download SQLite source and build amalgamation"
6161
run: |
62-
wget -O sqlite3.tar.gz '${{ matrix.sqlite-url-version.url }}'
62+
curl -sS -L '${{ matrix.sqlite-url-version.url }}' -o sqlite3.tar.gz
6363
mkdir sqlite3
6464
tar -zxvf sqlite3.tar.gz --strip-components=1 -C sqlite3
6565
cd sqlite3

0 commit comments

Comments
 (0)