Skip to content

Commit

Permalink
Try decompressing both dependency tars
Browse files Browse the repository at this point in the history
  • Loading branch information
brianfeucht committed Apr 4, 2024
1 parent e5fafe1 commit 029851d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ public string ExtractChromium()
{
if (!File.Exists(ChromiumPath))
{
ExtractDependencies($"al2.tar.br", "/tmp");

if (!string.IsNullOrEmpty(AwsOperatingSystem))
{
ExtractDependencies($"{AwsOperatingSystem}.tar.br", "/tmp");
Expand Down

0 comments on commit 029851d

Please sign in to comment.