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 4696752 commit 8e6634b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build-Linux-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Download and compile fswatch
run: |
apt-get install -y wget
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
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
./configure --prefix=/usr
make
make install
Expand Down

0 comments on commit 8e6634b

Please sign in to comment.