From: Eric Biggers Date: Tue, 28 Mar 2023 06:14:42 +0000 (-0700) Subject: ci.yml: install the ntfs-3g package X-Git-Tag: v1.14.0~54 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=e4d24d7e699f8420c45c81ac1f93ebe658152036 ci.yml: install the ntfs-3g package 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). --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40c8813f..7fc15de7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: