Skip to content

Commit

Permalink
Update linux-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale authored Mar 2, 2024
1 parent 5fa5a75 commit 516053b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ jobs:
MOZ_BUILD_DATE= os.environ["GHA_MOZ_BUILD_DATE"]
os.system("sudo apt update")
os.system("sudo apt install xvfb")
os.system("sudo apt install libasound2-dev")
os.system("sudo apt-get install libasound2-dev")
os.system("sudo apt install xvfb libasound2-dev pkg-config")
shutil.copyfile("./.github/workflows/src/linux/shared/mozconfig_linux_base","./mozconfig")
# os.system("cp ./.github/workflows/src/linux/shared/mozconfig_linux_base ./mozconfig")
Expand Down

0 comments on commit 516053b

Please sign in to comment.