attempt to fix xwayland frac scale: 420
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 2m20s

This commit is contained in:
Ward from fusion-voyager-3 2024-08-13 12:57:01 -04:00
parent 3da094768c
commit 181ab40eab
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
10
11

View File

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