Skip to content

Commit

Permalink
try to fix sqlite error
Browse files Browse the repository at this point in the history
  • Loading branch information
qododavid committed Nov 26, 2024
1 parent 5c81d96 commit 275afe5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/qodo-cover/scripts/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash
set -e

# Unset LD_LIBRARY_PATH to avoid SQLite library conflicts
unset LD_LIBRARY_PATH

BINARY_PATH="/tmp/bin/cover-agent-pro"
REPORT_DIR="/tmp"
REPORT_PATH="$REPORT_DIR/report.txt"
Expand Down

0 comments on commit 275afe5

Please sign in to comment.