]> wimlib.net Git - wimlib/commitdiff
ci.yml: install the ntfs-3g package
authorEric Biggers <ebiggers3@gmail.com>
Tue, 28 Mar 2023 06:14:42 +0000 (23:14 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 28 Mar 2023 06:25:17 +0000 (23:25 -0700)
Install ntfs-3g so that test-imagex-ntfs can run.  While we're here,
also install pkgconf (new name) instead of pkg-config (old name).

.github/workflows/ci.yml

index 40c8813f4d5f503fdf45f754ea59af52dd3a94bb..7fc15de726e4a8d8ecf569dfb17432091d1f533f 100644 (file)
@@ -2,7 +2,7 @@ name: CI
 on: [pull_request, push]
 env:
   DEF_CFLAGS: -O2 -g -Wall -Werror
-  DEPENDENCIES: autoconf automake libtool pkg-config libfuse-dev ntfs-3g-dev
+  DEPENDENCIES: autoconf automake libtool pkgconf libfuse-dev ntfs-3g-dev ntfs-3g
 
 jobs:
   gcc-build-and-test: