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 8da602d commit 436279c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/Build-Linux-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,15 @@ jobs:
make
make install
ldconfig
- name: Download and build XXHash
run: |
apt-get install -y wget
wget https://github.com/Cyan4973/xxHash/archive/v0.8.1.tar.gz -O xxhash-0.8.1.tar.gz
tar -xzf xxhash-0.8.1.tar.gz
cd xxHash-0.8.1
make
make install
- name: Find fswatch library
run: |
echo "/usr/include/libfswatch/c"
Expand Down

0 comments on commit 436279c

Please sign in to comment.