Skip to content

Commit

Permalink
Try to fix windows jsonl
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Dec 12, 2024
1 parent d627832 commit 87cdbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_jsonl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
rm "blis/_src/make/windows-generic.jsonl"
rm "blis/_src/make/windows-x86_64.jsonl"
cd flame-blis
./configure --disable-blas --disable-cblas --disable-shared --disable-threading --int-size=64 --enable-verbose-make --enable-arg-max-hack generic
bash -lc "./configure --disable-blas --disable-cblas --disable-shared --disable-threading --int-size=64 --enable-verbose-make --enable-arg-max-hack generic"
echo "Compiling"
mingw32-make
- name: Generate JSONL (macOS)
Expand Down

0 comments on commit 87cdbad

Please sign in to comment.