Skip to content

Commit

Permalink
Remove check for LD_PRELOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Apr 24, 2024
1 parent ed8b920 commit 00c8a49
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Check LD_PRELOAD file existence
run: |
if [ ! -f "/__t/CodeQL/2.17.0/x64/codeql/tools/linux64/${LIB}_${PLATFORM}_trace.so" ]; then
echo "Error: LD_PRELOAD file not found"
exit 1
fi
- name: Install CMake
run: sudo apt-get install cmake # Adjust based on your package manager

Expand Down

0 comments on commit 00c8a49

Please sign in to comment.