attempt to fix xwayland frac scale: 69
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 9s
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 9s
This commit is contained in:
parent
dc5d15d153
commit
f654435b2e
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
||||
18
|
||||
19
|
||||
|
2
.github/workflows/release-nestv3.yml
vendored
2
.github/workflows/release-nestv3.yml
vendored
@ -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
|
||||
|
||||
|
2
main.sh
2
main.sh
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user