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 1b125e9 commit 9715083
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Build-Linux-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
ls -l /usr/include/libfswatch/c
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
Expand All @@ -56,7 +58,7 @@ jobs:
- name: Build agentc
working-directory: ./AgentC
run: gcc agentc.c -o agentc -lsqlite3 -lxxhash -ljansson -lwebsockets ${{ env.FSWATCH_LIB }} -lfswatch ${{ env.FSWATCH_INC }} -lcurl -lssl -lcrypto -L/usr/lib
run: gcc agentc.c -o agentc -lsqlite3 -lxxhash -ljansson -lwebsockets ${{ env.FSWATCH_LIB }} -lfswatch ${{ env.FSWATCH_INC }} -lcurl -lssl -lcrypto -L/usr/lib/

- name: Copy agentc to dist folder
run: |
Expand Down

0 comments on commit 9715083

Please sign in to comment.