From e4d24d7e699f8420c45c81ac1f93ebe658152036 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 27 Mar 2023 23:14:42 -0700 Subject: [PATCH] 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). --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.43.0