We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ededd5 commit 75dff70Copy full SHA for 75dff70
.github/workflows/ci.yml
@@ -255,6 +255,7 @@ jobs:
255
git config --global --add safe.directory /home/runner/work/htop/htop
256
run: |
257
set -e
258
+ export CFLAGS='-g -O2 -Wshorten-64-to-32'
259
./autogen.sh
260
./configure --enable-unicode --enable-werror
261
gmake -k
@@ -301,6 +302,7 @@ jobs:
301
302
303
304
305
306
autoconf_version_full=$(pkg_info -Q autoconf |
307
LC_ALL=C sed 's/^autoconf-\([0-9]*\.[0-9]*\)\(p[.0-9]*\)\{0,1\}$/\1\2/p; d' |
308
LC_ALL=C sort -n -r -t . -k 1,1 -k 2,2 |
0 commit comments