Use minimal profile
This commit is contained in:
parent
24b9834cb5
commit
a987b44654
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -45,6 +45,7 @@ jobs:
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
profile: minimal
|
||||||
|
|
||||||
- name: Login
|
- name: Login
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
|
profile: minimal
|
||||||
|
|
||||||
- name: Install cargo-edit
|
- name: Install cargo-edit
|
||||||
uses: baptiste0928/cargo-install@v1
|
uses: baptiste0928/cargo-install@v1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user