Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 authored May 18, 2024
1 parent 7db620e commit e07d87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
shell: bash
environment_variables: CI_PARAMS
run: |
sudo pkg install -y cmake gmake pkgconf
sudo pkg install -y cmake gmake pkgconf gtk3
cmake -B build $CI_PARAMS -DCMAKE_C_FLAGS="-std=c99 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
cmake --build build --parallel
strip build/src/libnfd.so
Expand Down

0 comments on commit e07d87a

Please sign in to comment.