mirror of https://github.com/Leinnan/doppler.git
Other package list
This commit is contained in:
parent
f44647d318
commit
ab61f7a87e
11
.build.yml
11
.build.yml
|
|
@ -1,14 +1,9 @@
|
||||||
image: archlinux
|
image: archlinux
|
||||||
packages:
|
packages:
|
||||||
- rustup
|
- rustup
|
||||||
- libasound2-dev
|
- mesa
|
||||||
- mesa-common-dev
|
- glu
|
||||||
- libx11-dev
|
- libx11
|
||||||
- libxrandr-dev
|
|
||||||
- libxi-dev
|
|
||||||
- xorg-dev
|
|
||||||
- libgl1-mesa-dev
|
|
||||||
- libglu1-mesa-dev
|
|
||||||
tasks:
|
tasks:
|
||||||
- prepare: |
|
- prepare: |
|
||||||
rustup toolchain install stable
|
rustup toolchain install stable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue