mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
fix(ci): add missing dependencies to openapi-schema-check job (#6367)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
@@ -106,6 +106,11 @@ jobs:
|
||||
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt update -y
|
||||
sudo apt install -y libdbus-1-dev libxcb1-dev
|
||||
|
||||
- name: Cache Cargo artifacts
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user