Skip to content

Commit

Permalink
Tweak codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWumpus authored Jul 12, 2024
1 parent ec0b154 commit bae4965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
pwd
make links
mkdir -p ../../src
cd ../.. && ln -s ../libsnert src/lib && cd -
ls -lR ../../include/com/snert/lib ../../lib ../../src/lib
cd ../.. && ln -s ../../libsnert src/lib && cd -
ls -l ../../include/com/snert/lib ../../lib ../../src/lib
make build
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit bae4965

Please sign in to comment.