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

This commit is contained in:
Ward from fusion-voyager-3 2024-08-13 12:53:45 -04:00
parent f654435b2e
commit 3da094768c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
19
10

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
- uses: actions/checkout@v3