1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-11 19:17:40 +03:00

add attr dep to pre-release build action, so we can pass tests on linux

This commit is contained in:
Michael Greenberg 2021-07-01 22:07:13 -04:00
parent c6355e9812
commit e9b0f0c5be

View File

@ -21,7 +21,7 @@ jobs:
- name: Install FUSE
run: |
if [ "$RUNNER_OS" = "Linux" ]; then
sudo apt-get install fuse libfuse-dev pkg-config
sudo apt-get install fuse libfuse-dev pkg-config attr
elif [ "$RUNNER_OS" = "macOS" ]; then
brew install macfuse pkg-config
else