From fece9ed84eafabfa94e60fa92031a2c0d5249eb4 Mon Sep 17 00:00:00 2001 From: daniel11420 <15311104+daniel11420@users.noreply.github.com> Date: Tue, 6 Apr 2021 03:29:31 +0000 Subject: [PATCH] apt? is that a threat? --- appveyor-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor-linux.yml b/appveyor-linux.yml index 59d6125..555bf31 100644 --- a/appveyor-linux.yml +++ b/appveyor-linux.yml @@ -6,8 +6,8 @@ environment: install: - sudo add-apt-repository ppa:haxe/releases -y - - sudo apt-get update - - sudo apt-get install haxe-4.1.5 -y + - sudo apt update + - sudo apt install haxe=4.1.5 -y - mkdir $HAXELIB_ROOT && haxelib setup $HAXELIB_ROOT - haxelib install lime 7.9.0 - haxelib install openfl