Skip to content

Commit

Permalink
refactor: reduce installation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Oct 19, 2024
1 parent 28e11a7 commit b82378e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b82378e

Please sign in to comment.