Skip to content

Commit cbbdd95

Browse files
author
jerem
committed
fix: do not update rust every time
rust-lang/rustup#2232
1 parent c41f623 commit cbbdd95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run-ci.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ def build_and_test(
223223
tanker_ref: Optional[str] = None,
224224
) -> None:
225225
if os.environ.get("CI"):
226-
tankerci.run("rustup", "update", "stable")
227226
os.environ["RUSTFLAGS"] = "-D warnings"
228227
for profile in profiles:
229228
builder = Builder(

0 commit comments

Comments
 (0)