Skip to content

Commit b8682af

Browse files
Ro6afFalehander92
authored andcommitted
fix(ci): accepr rustup defaults
1 parent cefdeef commit b8682af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

non-nix-build/build_dmg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ create-dmg \
88
--window-pos 200 120 \
99
--window-size 600 400 \
1010
--icon-size 100 \
11-
--icon "CodeTracer.app" 150 190 \
12-
--app-drop-link 450 185 \
11+
--icon "CodeTracer.app" 150 200 \
12+
--app-drop-link 450 200 \
1313
"CodeTracer.dmg" \
1414
"CodeTracer.app"
1515

non-nix-build/install_rust.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020

2121
export RUSTUP_INIT_SKIP_PATH_CHECK=yes
2222

23-
curl --proto '=https' --tlsv1.2 -sf https://sh.rustup.rs | sh -s -- --no-modify-path --default-toolchain nightly
23+
curl --proto '=https' --tlsv1.2 -sf https://sh.rustup.rs | sh -s -- --no-modify-path -y --default-toolchain nightly
2424

2525
source $CARGO_HOME/env # adds rustc to our PATH
2626

0 commit comments

Comments
 (0)