mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
update: linux 'Install dependencies'
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -765,7 +765,11 @@ jobs:
|
||||
- name: 'Install dependencies'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y cmake ninja-build libxkbcommon-x11-0
|
||||
sudo apt-get install -y \
|
||||
cmake \
|
||||
ninja-build \
|
||||
libxkbcommon-x11-0 \
|
||||
libsecret-1-dev
|
||||
|
||||
- name: 'Configure'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user