From cadd037384889ff0001f205be5c7abba9f034dbd Mon Sep 17 00:00:00 2001 From: Loyalsoldier Date: Tue, 31 Dec 2019 23:28:12 +0800 Subject: [PATCH] Test --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 721d7a4..0d6db72 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,9 +18,10 @@ jobs: - name: Get GeoLite2 file run: | + curl ip.sb pwd ls -lah ./ - curl -L -o GeoLite2-Country-CSV.zip https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country-CSV&license_key=JvbzLLx7qBZT&suffix=zip + wget -O GeoLite2-Country-CSV.zip https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country-CSV&license_key=JvbzLLx7qBZT&suffix=zip ls -lah ./ unzip GeoLite2-Country-CSV.zip rm -f GeoLite2-Country-CSV.zip