forked from ZenBrowserMirrors/zen-desktop
fix: Installing packages on linux and windows builds, b=(no-bug), c=workflows
This commit is contained in:
parent
b8f54de530
commit
a7d652ddca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/src/release-build.sh
vendored
2
.github/workflows/src/release-build.sh
vendored
|
@ -3,7 +3,7 @@
|
|||
set -xe
|
||||
|
||||
if command -v apt-get &> /dev/null; then
|
||||
sudo add-apt-repository ppa:kisak/kisak-mesa
|
||||
sudo apt-get install python3-launchpadlib
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y xvfb libnvidia-egl-wayland1 mesa-utils libgl1-mesa-dri
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue