Skip to content

Commit

Permalink
fix zmq variable
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <[email protected]>
  • Loading branch information
mwrock committed Dec 27, 2024
1 parent 42a4f11 commit c1ef1bf
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 @@ -93,8 +93,8 @@ jobs:
sudo hab pkg install core/protobuf
sudo hab pkg install core/zeromq
export PROTOC=$(hab pkg path core/protobuf)/bin/protoc
export LIBZMQ_PREFIX=$(pkg_path_for zeromq)
make -j 4
export LIBZMQ_PREFIX=$(hab pkg path core/zeromq)
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit c1ef1bf

Please sign in to comment.