This commit is contained in:
Nicholas Marriott
2026-07-02 22:57:55 +01:00
parent 228c9c9277
commit bf0eee35f9

View File

@@ -67,11 +67,11 @@ jobs:
pkg-config pkg-config
- name: build - name: build
run: | run: |
sh autogen.sh sh autogen.sh
./configure ${{ matrix.configure }} ./configure ${{ matrix.configure }}
export ASAN_OPTIONS="abort_on_error=1:detect_leaks=0" export ASAN_OPTIONS="abort_on_error=1:detect_leaks=0"
${{ matrix.make }} -j"$(getconf _NPROCESSORS_ONLN)" ${{ matrix.make }} -j"$(getconf _NPROCESSORS_ONLN)"
- name: test - name: test
run: | run: |