ci: run apt-get update in doc-generation
This commit is contained in:
parent
77cc680f65
commit
2e3a520400
|
@ -27,7 +27,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: Build Documentation
|
- name: Build Documentation
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
|
Loading…
Reference in New Issue