Skip to content

Commit

Permalink
Use out of source build for workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandalf-the-Grey committed Nov 29, 2023
1 parent 2f8e6cc commit b774770
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,13 @@ jobs:
- name: Configure the build
run: |
cmake -DCMAKE_BUILD_TYPE=Release .
pwd
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../hive
- name: Build
run: |
pwd
cd build
time make -j4

0 comments on commit b774770

Please sign in to comment.