ci: Update bfs to 3.0.3

This commit is contained in:
Tavian Barnes
2023-10-12 22:47:11 -04:00
parent 7ad3e83c93
commit be8adfa390
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ jobs:
with:
repository: tavianator/bfs
path: bfs
ref: '2.6.2'
ref: '3.0.3'
- name: Install `rust` toolchain
run: |
## Install `rust` toolchain
+1 -1
View File
@@ -13,7 +13,7 @@ cargo build --release
FIND=$(readlink -f target/release/find)
cd ..
make -C bfs -j "$(nproc)" bin/tests/mksock WITH_ONIGURUMA=
make -C bfs -j "$(nproc)" bin/tests/{mksock,xtouch} USE_ONIGURUMA=
# Run the GNU find compatibility tests by default
if test "$#" -eq 0; then