diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index 00750ed..b8626c4 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -3 +4 diff --git a/.github/workflows/release-nestv3.yml b/.github/workflows/release-nestv3.yml index 2fc8bc5..ed42bb7 100644 --- a/.github/workflows/release-nestv3.yml +++ b/.github/workflows/release-nestv3.yml @@ -15,7 +15,6 @@ jobs: volumes: - /proc:/proc options: --privileged -it - force_pull: true steps: - uses: actions/checkout@v3 diff --git a/main.sh b/main.sh index 390b2bf..6e26502 100755 --- a/main.sh +++ b/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