Skip to content

Commit

Permalink
Fix google test
Browse files Browse the repository at this point in the history
  • Loading branch information
200km committed Oct 23, 2023
1 parent cfe4522 commit 0e4aad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
CC: ${{ steps.compiler.outputs.CC }}
CXX: ${{ steps.compiler.outputs.CXX }}
run: |
cmake . -DEXT_LIB_DIR=./ExtLibraries -DBUILD_64BIT=ON -DGOOGLE_TEST=ON
cmake . -DEXT_LIB_DIR=./ExtLibraries -DBUILD_64BIT=ON -DGOOGLE_TEST=ON -DCORE_DIR_FROM_EXE=../../s2e-core
cmake --build .
- name: run test
Expand Down

0 comments on commit 0e4aad2

Please sign in to comment.