Skip to content

Commit d311cf7

Browse files
committed
ci: test out-of-tree build
1 parent ce99c93 commit d311cf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020
autoconf --version
2121
- run: |
2222
./bootstrap.sh
23-
./configure --with-asan --with-ubsan
23+
mkdir build && cd build
24+
../configure --with-asan --with-ubsan
2425
make -j$(nproc) check

0 commit comments

Comments
 (0)