Skip to content

Commit

Permalink
opensk: Fix build (#12013)
Browse files Browse the repository at this point in the history
Needed because of
#11626 (comment)

Co-authored-by: MarcoFalke <[email protected]>
  • Loading branch information
maflcko and maflcko committed May 29, 2024
1 parent 20f3ebb commit 2149bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/opensk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FUZZ_TARGET_OUTPUT_DIR=fuzz/target/x86_64-unknown-linux-gnu/release

# do not use override toolchain
# cf https://rust-lang.github.io/rustup/overrides.html
export RUSTUP_TOOLCHAIN=nightly
export RUSTUP_TOOLCHAIN=nightly-2023-12-28

build_and_copy() {
pushd "$1"
Expand Down

0 comments on commit 2149bb8

Please sign in to comment.