14 lines
309 B
YAML
14 lines
309 B
YAML
![]() |
when:
|
||
|
event:
|
||
|
- push
|
||
|
- manual
|
||
|
branch: main
|
||
|
|
||
|
steps:
|
||
|
build:
|
||
|
image: rust
|
||
|
commands:
|
||
|
- apt update
|
||
|
- apt install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev libxkbcommon-dev
|
||
|
- cargo build
|