Skip to content

Commit

Permalink
Fixed a typo in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Martyrshot committed Oct 25, 2023
1 parent 9baa496 commit 5c0a7a6
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 @@ -83,7 +83,7 @@ jobs:
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
- name: Build bind9
run: |
cd ${{ runner.workspace }}/OQS-bind9
cd ${{ runner.workspace }}/OQS-bind
autoreconf -fi
./configure CFLAGS="-Wl,--no-as-needed" LIBS="-ldl" --with-openssl=$OPENSSL_ROOT_DIR
make -j $NPROC
Expand All @@ -94,4 +94,4 @@ jobs:
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"
path: ${{ runner.workspace }}/OQS-bind9
path: ${{ runner.workspace }}/OQS-bind

0 comments on commit 5c0a7a6

Please sign in to comment.