Skip to content

Commit d490a63

Browse files
committed
Update .github/workflows/Build.yml
1 parent 1ee281e commit d490a63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Build proxy
8080
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
81+
CC=clang CXX=clang++ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-static" -G Ninja
8282
cmake --build build --config Release
8383
8484
- name: Archive artifacts

0 commit comments

Comments
 (0)