From bfb551c1a349588703eb79c9d7f9b319ba2fa4e5 Mon Sep 17 00:00:00 2001 From: Andrew Simard <41052272+500Foods@users.noreply.github.com> Date: Fri, 17 May 2024 20:06:16 -0700 Subject: [PATCH] Update Build-Linux-x86.yml --- .github/workflows/Build-Linux-x86.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Build-Linux-x86.yml b/.github/workflows/Build-Linux-x86.yml index 9236a6f..c13d51f 100644 --- a/.github/workflows/Build-Linux-x86.yml +++ b/.github/workflows/Build-Linux-x86.yml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies run: | - apt-get install -y build-essential libsqlite3-dev libxxhash-dev libjansson-dev libwebsockets-dev libfswatch-dev libcurl4-openssl-dev libssl-dev + apt-get install -y build-essential libsqlite3-dev libxxhash-dev libjansson-dev libwebsockets-dev libcurl4-openssl-dev libssl-dev - name: Download and compile fswatch run: | @@ -46,9 +46,9 @@ jobs: ls -l /usr/include/libfswatch/c echo "/usr/lib/*fswatch*" ls -l /usr/lib/*fswatch* - dpkg -s libfswatch-dev - dpkg -s libfswatch - dpkg -s fswatch + # dpkg -s libfswatch-dev + # dpkg -s libfswatch + # dpkg -s fswatch 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