attempt to fix xwayland frac scale: 69
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 8s
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 8s
This commit is contained in:
parent
f27895b6e7
commit
dc5d15d153
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
||||
17
|
||||
18
|
||||
|
6
.github/workflows/release-nestv3.yml
vendored
6
.github/workflows/release-nestv3.yml
vendored
@ -17,6 +17,9 @@ jobs:
|
||||
options: --privileged -it
|
||||
|
||||
steps:
|
||||
- name: Update APT Cache
|
||||
run: apt-get update -y && sudo apt install -y git devscripts dh_make nodejs npm
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install SSH key
|
||||
@ -27,9 +30,6 @@ jobs:
|
||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Update APT Cache
|
||||
run: apt-get update -y && sudo apt install -y git devscripts dh_make
|
||||
|
||||
- name: Set Build Config
|
||||
run: cp -vf ./pika-build-config/amd64-v3.sh ./pika-build-config.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user