wmtpdb: call wtmpdb_* functions with NULL as path #118
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 build & test | |
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 | |
options: --verbose | |
meson-version: 0.61.4 | |
- uses: BSFishy/[email protected] | |
with: | |
action: test | |
options: --verbose | |
meson-version: 0.61.4 |