We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a9628 commit c9fcea8Copy full SHA for c9fcea8
.github/workflows/vm.yml
@@ -125,7 +125,7 @@ jobs:
125
126
- name: "PAM: configure"
127
shell: freebsd {0}
128
- run: cd $GITHUB_WORKSPACE && sudo -u builder ./configure --with-pam
+ run: cd $GITHUB_WORKSPACE && sudo -u builder ./configure --with-pam --with-audit=bsm
129
- name: "PAM: make clean"
130
131
run: cd $GITHUB_WORKSPACE && sudo -u builder make clean
0 commit comments