From 88e7c32dea37a8db19256745a0b334ec2b1b80a6 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sun, 14 Aug 2022 17:30:58 +0100 Subject: Serialize the GUsbDevice to and from JSON format This allows us to write tests that mock up entire devices. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 368f2e8..95e2f1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,6 +35,6 @@ jobs: usesh: true mem: 8192 prepare: | - pkg install -y git python3 glib meson pkgconf gobject-introspection usbids + pkg install -y git python3 glib json-glib meson pkgconf gobject-introspection usbids sync: rsync run: ./contrib/ci/build_and_test.sh -Dvapi=false -Ddocs=false -Dusb_ids=/usr/local/share/usbids/usb.ids -- cgit v1.2.1