From b82378efbf4e547df55c34ae2ba89e555acb288b Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Sat, 19 Oct 2024 18:25:23 -0400 Subject: [PATCH] refactor: reduce installation dependencies --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc0a840..191beb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - macos-latest runs-on: ${{ matrix.os }} steps: - - run: sudo apt-get install curl build-essential autoconf pkg-config libtool mtools unzip zip help2man libconfuse-dev libarchive-dev xdelta3 dosfstools + - run: sudo apt-get install autoconf pkg-config help2man libconfuse-dev libarchive-dev if: matrix.os == 'ubuntu-latest' - run: brew install confuse libarchive pkg-config automake if: matrix.os == 'macos-latest' diff --git a/README.md b/README.md index 6434884..50b9467 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ### Linux ```bash -sudo apt-get install curl build-essential autoconf pkg-config libtool mtools unzip zip help2man libconfuse-dev libarchive-dev xdelta3 dosfstools +sudo apt-get install autoconf pkg-config help2man libconfuse-dev libarchive-dev ``` ### MacOS