Skip to content

Commit fb5fec6

Browse files
committed
Fix CI indents
1 parent 1bff6b6 commit fb5fec6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ commands:
5959
# Put cargo/rustup first in PATH for this step and subsequent steps
6060
$Env:Path = "$Env:USERPROFILE\.cargo\bin;$Env:Path"
6161
62-
# Select the toolchain
62+
# Select the toolchain
6363
rustup default 1.88.0-x86_64-pc-windows-msvc
6464
6565
# Verify the installation.
@@ -94,9 +94,9 @@ commands:
9494
- run:
9595
name: Prepare environment variables and install dependencies
9696
command: |
97-
# Make sure our local bin and cargo bin are on PATH
97+
# Make sure our local bin and cargo bin are on PATH
9898
echo 'export PATH="$HOME/.cargo/bin:$CIRCLE_WORKING_DIRECTORY/.bin:$PATH"' >> "$BASH_ENV"
99-
99+
100100
# sccache settings
101101
echo 'export SCCACHE_DIR="$HOME/.cache/sccache"' >> "$BASH_ENV"
102102
echo 'export SCCACHE_CACHE_SIZE="20000M"' >> "$BASH_ENV"
@@ -106,7 +106,7 @@ commands:
106106
# Disable incremental builds so sccache behaves nicely
107107
echo 'export CARGO_INCREMENTAL=0' >> "$BASH_ENV"
108108
109-
# Use sccache for *all* Rust compile commands
109+
# Use sccache for *all* Rust compile commands
110110
echo 'export RUSTC_WRAPPER="sccache"' >> "$BASH_ENV"
111111
- run:
112112
name: Install sccache

0 commit comments

Comments
 (0)