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
|
||||
with:
|
||||
toolchain: stable
|
||||
profile: minimal
|
||||
|
||||
- name: Login
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
profile: minimal
|
||||
|
||||
- name: Install cargo-edit
|
||||
uses: baptiste0928/cargo-install@v1
|
||||
|
|
Loading…
Reference in New Issue
Block a user