Merge reader/write socket to one generic one #154
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: meson sanitizer | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install pam-devel | |
run: sudo apt-get install libpam0g-dev | |
- uses: actions/checkout@v3 | |
- uses: BSFishy/[email protected] | |
with: | |
action: build | |
directory: build | |
setup-options: -Db_sanitize=address,undefined | |
options: --verbose | |
meson-version: 0.61.4 | |
- uses: BSFishy/[email protected] | |
with: | |
action: test | |
directory: build | |
setup-options: -Db_sanitize=address,undefined | |
options: --verbose | |
meson-version: 0.61.4 |