Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Sep 11, 2024
1 parent 746e999 commit bc795a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
#docker pull wrenchproject/wrench:unstable
- name: Start wrench-daemon
run: |
echo "LD_LIBRARY_PATH=/usr/local/lib/" >> $GITHUB_ENV
export LD_LIBRARY_PATH=/usr/local/lib/
wrench-daemon &
#docker run -p 8101:8101 wrenchproject/wrench:unstable wrench-daemon &
echo "PID=$!" >> $GITHUB_ENV
Expand Down

0 comments on commit bc795a9

Please # to comment.