forked from rojo-rbx/rojo
Switch git submodules to Wally packages (#584)
* Switch git submodules to Wally packages * Update build snapshot * Add wally to foreman and use latest versions * Install packages in CI runners * Fix indents * Install packages in the correct directory * Install packages in correct dir of release action too * Remove submodules from ci checkout * Remove submodules from release checkout * Update selene with latest fix * Fix whitespace Co-authored-by: Lucien Greathouse <me@lpghatguy.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
local ContentProvider = game:GetService("ContentProvider")
|
||||
|
||||
local Log = require(script.Parent.Parent.Log)
|
||||
local Packages = script.Parent.Parent.Packages
|
||||
local Log = require(Packages.Log)
|
||||
|
||||
local Assets = require(script.Parent.Assets)
|
||||
|
||||
@@ -29,4 +30,4 @@ local function preloadAssets()
|
||||
end)()
|
||||
end
|
||||
|
||||
return preloadAssets
|
||||
return preloadAssets
|
||||
|
||||
Reference in New Issue
Block a user