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 d297e8b commit 471bfb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build-Linux-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Find fswatch library
run: |
dpkg -s libfswatch
dpkg -L libfswatch
dpkg -s libfswatch-dev
dpkg -L libfswatch-dev
fswatch_lib=$(dpkg -L libfswatch-dev | grep 'libfswatch\.so' | head -n 1)
fswatch_inc=$(dpkg -L libfswatch-dev | grep 'cevent\.h' | head -n 1 | xargs dirname)
echo "FSWATCH_LIB=-L$(dirname $fswatch_lib)" >> $GITHUB_ENV
Expand Down

0 comments on commit 471bfb3

Please sign in to comment.