diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 0674fa4772..e14d2b8224 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -78,7 +78,7 @@ jobs: - name: Configure project run: | mkdir dest - ./configure -t none -p ./dest \ + ./configure -t none -p ./dest --disable-blas \ CC=${{ matrix.target.cc }} \ CFLAGS=${{ matrix.target.cflags }} \ ${{ matrix.target.config }}