Skip to content

Commit 5203b7e

Browse files
authored
Set rustup profile to minimal (#1516)
1 parent cceadba commit 5203b7e

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/audit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- run: |
1515
sed -i 's/components.*/components = []/' rust-toolchain
16-
echo 'profile = "minimal"' >> rust-toolchain
1716
- uses: rustsec/[email protected]
1817
with:
1918
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- name: Avoid installing rustc-dev
3030
run: |
3131
sed -i 's/components.*/components = ["rustfmt"]/' rust-toolchain
32-
echo 'profile = "minimal"' >> rust-toolchain
3332
rustfmt -v
3433
3534
- name: Rustfmt

rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[toolchain]
22
channel = "nightly-2024-07-13"
33
components = ["rust-src", "rustc-dev", "llvm-tools"]
4+
profile = "minimal"

0 commit comments

Comments
 (0)