You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/freebsd.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,8 @@ jobs:
204
204
cargo nextest run --hide-progress-bar --profile ci --features "\$UUCORE_FEATURES" -p uucore || FAULT=1
205
205
fi
206
206
# Test building with make
207
-
if (test -z "\$FAULT"); then make PROFILE=ci || FAULT=1 ; fi
207
+
export LIBSTDBUF_DIR=/home/runner/work/coreutils/coreutils/target/debug/deps # see https://github.com/uutils/coreutils/pull/8684#discussion_r2383492924
208
+
if (test -z "\$FAULT"); then make nextest PROFILE=ci || FAULT=1 ; fi
0 commit comments