# this env var picked up by valgrind during make check phase
VALGRIND_OPTS: "--errors-for-leak-kinds=definite"
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
+ with:
+ submodules: true
- run: type pkg-config
- run: pkg-config --list-all | sort -u
- name: Generate configure script
CONFIGURE_FLAGS: ${{ matrix.configure_flags }}
VALGRIND_OPTS: "--errors-for-leak-kinds=definite"
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
+ with:
+ submodules: true
- run: type pkg-config
- run: pkg-config --list-all | sort -u
- name: Generate configure script
VALGRIND_OPTS: "--errors-for-leak-kinds=definite"
steps:
- uses: actions/checkout@v4
+ with:
+ submodules: true
- name: Install bzip2
run: apt install -y bzip2
- name: Print available packages