fix ci
This commit is contained in:
parent
64a57a4cc8
commit
0486c567ac
|
@ -50,7 +50,7 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: System dependencies
|
- name: System dependencies
|
||||||
run: sudo apt-get install libudev-dev libgbm-dev libxkbcommon-dev libegl1-mesa-dev libwayland-dev libinput-dev libsystemd-dev libdbus-1-dev
|
run: sudo apt-get update; sudo apt-get install libudev-dev libgbm-dev libxkbcommon-dev libegl1-mesa-dev libwayland-dev libinput-dev libsystemd-dev libdbus-1-dev
|
||||||
|
|
||||||
- name: Test features
|
- name: Test features
|
||||||
if: matrix.features != 'all'
|
if: matrix.features != 'all'
|
||||||
|
@ -100,7 +100,7 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: System dependencies
|
- name: System dependencies
|
||||||
run: sudo apt-get install libudev-dev libgbm-dev libxkbcommon-dev libegl1-mesa-dev libwayland-dev libinput-dev libsystemd-dev libdbus-1-dev
|
run: sudo apt-get update; sudo apt-get install libudev-dev libgbm-dev libxkbcommon-dev libegl1-mesa-dev libwayland-dev libinput-dev libsystemd-dev libdbus-1-dev
|
||||||
|
|
||||||
- name: Test features
|
- name: Test features
|
||||||
if: matrix.features != 'all'
|
if: matrix.features != 'all'
|
||||||
|
@ -128,7 +128,7 @@ jobs:
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
|
||||||
- name: System dependencies
|
- name: System dependencies
|
||||||
run: sudo apt-get install libudev-dev libgbm-dev libxkbcommon-dev libegl1-mesa-dev libwayland-dev libinput-dev libsystemd-dev libdbus-1-dev
|
run: sudo apt-get update; sudo apt-get install libudev-dev libgbm-dev libxkbcommon-dev libegl1-mesa-dev libwayland-dev libinput-dev libsystemd-dev libdbus-1-dev
|
||||||
|
|
||||||
- name: Cargo fmt
|
- name: Cargo fmt
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
|
|
Loading…
Reference in New Issue