There was an error while loading. Please reload this page.
1 parent 8ddc9ee commit ea4c3d3Copy full SHA for ea4c3d3
2 files changed
lib/bundlex/toolchain/common/unix/os_deps.ex
@@ -226,6 +226,7 @@ defmodule Bundlex.Toolchain.Common.Unix.OSDeps do
226
try do
227
temporary_destination = Path.join(precompiled_path, "temporary")
228
download(url, temporary_destination)
229
+ Output.info("Successfully downloaded precompiled #{name} build from #{url}")
230
231
{_output, 0} =
232
System.shell("tar -xf #{temporary_destination} -C #{package_path} --strip-components 1")
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Bundlex.Mixfile do
2
use Mix.Project
3
4
- @version "1.5.6"
+ @version "1.5.7"
5
@github_url "https://github.com/membraneframework/bundlex"
6
7
def project do
0 commit comments