Skip to content

Commit 022fdcc

Browse files
committed
2.8 is being detected as 2.7...
1 parent 205a2c2 commit 022fdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set unstable
22

33
env_vars := if os() == "linux" {
4-
"LZMA_API_STATIC=1 LIBTORCH=/usr"
4+
"LZMA_API_STATIC=1 LIBTORCH_BYPASS_VERSION_CHECK=1 LIBTORCH=/usr"
55
} else if os() == "macos" {
66
"LZMA_API_STATIC=1 LIBTORCH=/opt/homebrew"
77
} else if os() == "windows" {

0 commit comments

Comments
 (0)