Prechádzať zdrojové kódy

[lua] no need to install environ lib during test

Justin Donaldson 7 rokov pred
rodič
commit
c7341ed55b
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      tests/runci/targets/Lua.hx

+ 0 - 1
tests/runci/targets/Lua.hx

@@ -36,7 +36,6 @@ class Lua {
 		installLib("lrexlib-pcre" , "2.8.0-1");
 		installLib("luv"          , "1.22.0-1");
 		installLib("luasocket"    , "3.0rc1-2");
-		installLib("environ"      , "0.1.0-1");
 		installLib("luautf8"      , "0.1.1-1");
 
 	}