diff --git a/.github/workflows/build-fio.yml b/.github/workflows/build-fio.yml index d32a945..c7b8ac0 100644 --- a/.github/workflows/build-fio.yml +++ b/.github/workflows/build-fio.yml @@ -107,7 +107,7 @@ jobs: cd ~ curl -L -4 --retry 5 --retry-delay 2 --connect-timeout 15 "https://github.com/axboe/fio/archive/\$VERSION.tar.gz" -o "fio.tar.gz" tar xf fio.tar.gz - cd fio-\${VERSION#fio-}* + cd fio* CC=/root/\$CROSS-cross/bin/\$CROSS-gcc ./configure --disable-native --build-static make