mirror of
https://github.com/Mintplex-Labs/tiktoken.git
synced 2026-07-21 01:05:26 -04:00
invalid -y command
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ build-verbosity = 1
|
||||
linux.before-all = [
|
||||
"ulimit -n 1024",
|
||||
"((command -v yum && yum install openssl-devel -y) || echo 'no yum found')",
|
||||
"((command -v apk && apk add openssl-dev -y) || echo 'no apk found')",
|
||||
"((command -v apk && apk add --no-cache openssl openssl-dev) || echo 'no apk found')",
|
||||
"(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y)"
|
||||
]
|
||||
linux.environment = { PATH = "$PATH:$HOME/.cargo/bin" }
|
||||
|
||||
Reference in New Issue
Block a user