Skip to content

Commit

Permalink
mVMC Requires Building Without BLAS API
Browse files Browse the repository at this point in the history
  • Loading branch information
xrq-phys committed Sep 22, 2021
1 parent 0ecc66b commit 57c82b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 57c82b3

Please sign in to comment.