mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-21 21:58:04 +00:00
Add sudo and disable step on windows
This commit is contained in:
parent
e485dfc92e
commit
b533c32184
11
.github/workflows/cmake-multi-platform.yml
vendored
11
.github/workflows/cmake-multi-platform.yml
vendored
@ -63,12 +63,13 @@ jobs:
|
|||||||
key: "_deps"
|
key: "_deps"
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y git
|
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y git
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y libwayland-dev
|
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y libwayland-dev
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y pkg-config
|
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y pkg-config
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y libxkbcommon-dev
|
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y libxkbcommon-dev
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y xorg-dev
|
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y xorg-dev
|
||||||
|
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
|
Loading…
Reference in New Issue
Block a user