Skip to content

Commit

Permalink
Resolved CodeQL issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Martyrshot committed Oct 25, 2023
1 parent 5c0a7a6 commit 3b241e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cd liboqs
mkdir build
cd build
cmake -GNinja .. -DCMAKE_INSTALL_PREFIX=$liboqs_DIR && ninja && ninja install
cmake -GNinja .. -DCMAKE_INSTALL_PREFIX=$liboqs_DIR && ninja && ninja run_tests && ninja install
env:
liboqs_DIR: ${{ runner.workspace }}/local_deps/oqs
- name: Install Openssl3.2.0-alpha2
Expand Down Expand Up @@ -94,4 +94,3 @@ jobs:
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"
path: ${{ runner.workspace }}/OQS-bind

0 comments on commit 3b241e0

Please sign in to comment.