mirror of
https://github.com/osukey/osukey.git
synced 2025-06-19 18:27:58 +09:00
Don't redownload if file already exists
This commit is contained in:
parent
5b9cab8b1f
commit
f73ebfcea1
2
.github/workflows/test-diffcalc.yml
vendored
2
.github/workflows/test-diffcalc.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
||||
tar -xf $PERFORMANCE_DATA_NAME.tar.bz2
|
||||
|
||||
echo "Downloading beatmap dump $BEATMAPS_DATA_NAME.."
|
||||
wget -q https://data.ppy.sh/$BEATMAPS_DATA_NAME.tar.bz2
|
||||
wget -q -nc https://data.ppy.sh/$BEATMAPS_DATA_NAME.tar.bz2
|
||||
echo "Extracting.."
|
||||
tar -xf $BEATMAPS_DATA_NAME.tar.bz2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user