Skip to content

Commit

Permalink
fix lzfse in release
Browse files Browse the repository at this point in the history
  • Loading branch information
tihmstar committed Jul 26, 2024
1 parent fab37b1 commit f42f98e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# install liblzfse
git clone https://github.com/lzfse/lzfse.git
make -C lzfse CFLAGS="-fPIC"
make -C lzfse INSTALL_PREFIX=$GITHUB_WORKSPACE/$BUILDROOT install
sudo make -C lzfse install
make -C lzfse INSTALL_PREFIX=$GITHUB_WORKSPACE/$BUILDROOT/usr/local install
sudo make -C lzfse install INSTALL_PREFIX=/usr/local
rm -rf lzfse
elif [ "$RUNNER_OS" == "macOS" ]; then
Expand Down

0 comments on commit f42f98e

Please sign in to comment.