mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
build-sd-images.yml: Fix selenium setup
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
abdedc0391
commit
e4a5f744e0
2
.github/workflows/build-sd-images.yml
vendored
2
.github/workflows/build-sd-images.yml
vendored
@ -175,7 +175,7 @@ jobs:
|
||||
set -x
|
||||
mv output/${ARTIFACT_FILE?} ncp.img
|
||||
sudo apt-get install -y systemd-container
|
||||
sudo pip install selenium
|
||||
sudo pip install selenium==4.10.0
|
||||
sudo rm -rf raspbian_root
|
||||
. ./build/buildlib.sh
|
||||
mount_raspbian "ncp.img"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user