Skip to content

Commit

Permalink
chore(docker): revert and remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 26, 2023
1 parent 8638b7b commit 92c2f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
pre-build = [
"curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -",
"echo 'deb https://dl.yarnpkg.com/debian/ stable main' | sudo tee /etc/apt/sources.list.d/yarn.list",
"apt-get update && apt -y upgrade && apt-get install -y libclang-dev pkg-config protobuf-compiler nodejs yarn"
"echo 'deb https://dl.yarnpkg.com/debian/ stable main' | tee /etc/apt/sources.list.d/yarn.list",
"apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config protobuf-compiler nodejs yarn"
]

0 comments on commit 92c2f2e

Please sign in to comment.