Use minimal profile

This commit is contained in:
Joel Wachsler 2022-07-11 00:44:24 +02:00
parent 24b9834cb5
commit a987b44654
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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