We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee281e commit d490a63Copy full SHA for d490a63
1 file changed
.github/workflows/Build.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Build proxy
80
run: |
81
- CC=clang CXX=clang++ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-static" -DENABLE_USE_PAM_AUTH=ON -G Ninja
+ CC=clang CXX=clang++ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-static" -G Ninja
82
cmake --build build --config Release
83
84
- name: Archive artifacts
0 commit comments