mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 09:22:22 +00:00
Fix.
This commit is contained in:
10
.github/workflows/regress.yml
vendored
10
.github/workflows/regress.yml
vendored
@@ -67,11 +67,11 @@ jobs:
|
||||
pkg-config
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
sh autogen.sh
|
||||
./configure ${{ matrix.configure }}
|
||||
export ASAN_OPTIONS="abort_on_error=1:detect_leaks=0"
|
||||
${{ matrix.make }} -j"$(getconf _NPROCESSORS_ONLN)"
|
||||
run: |
|
||||
sh autogen.sh
|
||||
./configure ${{ matrix.configure }}
|
||||
export ASAN_OPTIONS="abort_on_error=1:detect_leaks=0"
|
||||
${{ matrix.make }} -j"$(getconf _NPROCESSORS_ONLN)"
|
||||
|
||||
- name: test
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user