attempt to fix xwayland frac scale: 69
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 9s

This commit is contained in:
Ward from fusion-voyager-3 2024-08-13 12:52:40 -04:00
parent dc5d15d153
commit f654435b2e
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
18
19

View File

@ -18,7 +18,7 @@ jobs:
steps:
- name: Update APT Cache
run: apt-get update -y && sudo apt install -y git devscripts dh_make nodejs npm
run: apt-get update -y && apt install -y git devscripts dh_make nodejs npm sudo
- uses: actions/checkout@v3

View File

@ -9,7 +9,7 @@ source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
#git clone --depth=1 https://gitlab.gnome.org/GNOME/mutter -b "$VERSION"
git clone --depth=1 https://gitlab.gnome.org/GNOME/mutter -b "$VERSION"
cp -rvf ./debian ./mutter
cd ./mutter