Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1nghz committed May 4, 2023
1 parent d6a7efe commit 27ae1e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
sudo ldconfig
- name: Set environment variables for hiredis
run: echo "LD_LIBRARY_PATH=$HOME/hiredis/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
run: |
echo "HIREDIS_INCLUDE_DIR=$HOME/hiredis/include" >> $GITHUB_ENV
echo "HIREDIS_LIBRARY_DIR=$HOME/hiredis/lib" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=$HOME/hiredis/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
- name: Build
run: make

0 comments on commit 27ae1e1

Please sign in to comment.