From 6ddb47bf301386d6d02c9bfaa7d8fe432af779a5 Mon Sep 17 00:00:00 2001 From: daniel11420 <15311104+daniel11420@users.noreply.github.com> Date: Tue, 6 Apr 2021 03:46:06 +0000 Subject: [PATCH] Why is there a Folder in the Tar --- appveyor-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor-linux.yml b/appveyor-linux.yml index b16bb38..43469e4 100644 --- a/appveyor-linux.yml +++ b/appveyor-linux.yml @@ -12,7 +12,7 @@ install: - sudo apt install neko tar -y - wget https://github.com/HaxeFoundation/haxe/releases/download/4.1.5/haxe-4.1.5-linux64.tar.gz - mkdir $HAXE_INSTALLDIR - - tar -xf haxe-4.1.5-linux64.tar.gz -C $HAXE_INSTALLDIR + - tar -xf haxe-4.1.5-linux64.tar.gz -C $HAXE_INSTALLDIR/haxe_20201231082044_5e33a78aa - mkdir $HAXELIB_ROOT && haxelib setup $HAXELIB_ROOT - export PATH=$PATH:$HAXE_INSTALLDIR - haxelib install lime 7.9.0