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 e3cd4b2 commit 6acff2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build-Linux-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
- name: Install dependencies
run: |
apt-get install -y build-essential libsqlite3-dev libxxhash-dev libjansson-dev libwebsockets-dev=4.0.20 libcurl4-openssl-dev libssl-dev
apt-get install -y build-essential libsqlite3-dev libxxhash-dev libjansson-dev libwebsockets-dev=4 libcurl4-openssl-dev libssl-dev
- name: Download and compile fswatch
run: |
apt-get install -y wget
wget https://github.com/emcrisostomo/fswatch/releases/download/1.15.0/fswatch-1.15.0.tar.gz
tar -xzf fswatch-1.15.0.tar.gz
cd fswatch-1.15.0
wget https://github.com/emcrisostomo/fswatch/releases/download/1.14.0/fswatch-1.14.0.tar.gz
tar -xzf fswatch-1.14.0.tar.gz
cd fswatch-1.14.0
./configure --prefix=/usr
make
make install
Expand Down

0 comments on commit 6acff2c

Please sign in to comment.