diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 272c503..a2b7ed4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -94,7 +94,7 @@ jobs: pwd make links mkdir -p ../../src - cd ../.. && ln -s libsnert src/lib && cd - + cd ../../src && ln -s ../libsnert lib && cd - ls -lR ../../include ../../lib ../../src make build