Skip to content

Commit

Permalink
Update Build-Linux-x86.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
500Foods authored May 18, 2024
1 parent b8a6d82 commit f7b624e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Build-Linux-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ jobs:
echo "/usr/lib/*fswatch*"
ls -l /usr/lib/*fswatch*
echo "ldconfig"
ldconfig -p | grep fswatch
# dpkg -s libfswatch-dev
# dpkg -s libfswatch
# dpkg -s fswatch
ldconfig -p
fswatch_lib=$(ldconfig -p | grep 'libfswatch\.so' | head -n 1 | awk '{print $4}')
fswatch_inc=$(find /usr/include -name 'cevent.h' | head -n 1 | xargs dirname)
echo "FSWATCH_LIB=-L$(dirname $fswatch_lib)" >> $GITHUB_ENV
Expand Down

0 comments on commit f7b624e

Please sign in to comment.