mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 23:10:46 +00:00
Fix wget
This commit is contained in:
@@ -82,7 +82,7 @@ jobs:
|
||||
mkdir -p "$(dirname "$RH_ZIP")"
|
||||
mkdir -p "$RH_DIR"
|
||||
|
||||
wget -O -q "$RH_ZIP" "$RH_URL"
|
||||
wget -q -O "$RH_ZIP" "$RH_URL"
|
||||
unzip -o -qq "$RH_ZIP" -d "$RH_DIR"
|
||||
|
||||
- name: Set up Xvfb
|
||||
|
||||
Reference in New Issue
Block a user