twmp fix till ferreo docker purge
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 17s
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 17s
This commit is contained in:
parent
85b345949e
commit
852f8b9175
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
||||
3
|
||||
4
|
||||
|
1
.github/workflows/release-nestv3.yml
vendored
1
.github/workflows/release-nestv3.yml
vendored
@ -15,7 +15,6 @@ jobs:
|
||||
volumes:
|
||||
- /proc:/proc
|
||||
options: --privileged -it
|
||||
force_pull: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
3
main.sh
3
main.sh
@ -15,6 +15,9 @@ cd ./mutter
|
||||
|
||||
for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || echo "Applying Patch $i Failed!"; done
|
||||
|
||||
# TEMP FIX TILL FERREO CLEAN DOCKER
|
||||
apt-get install -y gir1.2-gtk-4.0=4.14.4+ds-8 libgtk-4-1=4.14.4+ds-8
|
||||
|
||||
# Get build deps
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user