Skip to content

Commit 6cbef63

Browse files
committed
debug: try rustup update and 'stable' in CI build
1 parent c607633 commit 6cbef63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mise.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,9 @@ fi
548548
{% endif %}
549549
550550
# cross-compile
551-
rustup target add --toolchain 1.87.0 {{ target }}
551+
rustup update
552+
553+
rustup target add --toolchain stable {{ target }}
552554
553555
cargo build --locked --target {{ target }} --release --package cipherstash-proxy
554556

0 commit comments

Comments
 (0)