Skip to content

Commit

Permalink
invalid -y command
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Mar 5, 2023
1 parent ae30c13 commit dabb296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit dabb296

Please sign in to comment.