Skip to content

Commit 1a5ada6

Browse files
authored
Build within the same directory
1 parent 966e4c2 commit 1a5ada6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ jobs:
6666
- name: Manual steps to build the library
6767
run: |
6868
./bootstrap ;
69-
mkdir build ;
70-
cd build ;
71-
../configure ;
69+
./configure --enable-same-directory-build;
7270
make ;
7371
7472
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)