ci set profile to default to avoid lib issues

This commit is contained in:
Ivan Folgueira Bande
2025-10-02 11:08:24 +02:00
parent 52aea7ccaa
commit 086653299c
+3 -3
View File
@@ -45,7 +45,7 @@ jobs:
run: git submodule update --init --recursive
- uses: actions-rs/toolchain@v1
with:
profile: minimal
profile: default
toolchain: ${{ matrix.toolchain }}
default: true
override: true
@@ -74,7 +74,7 @@ jobs:
run: git submodule update --init --recursive
- uses: actions-rs/toolchain@v1
with:
profile: minimal
profile: default
toolchain: ${{ matrix.toolchain }}
default: true
override: true
@@ -99,7 +99,7 @@ jobs:
run: git submodule update --init --recursive
- uses: actions-rs/toolchain@v1
with:
profile: minimal
profile: default
toolchain: stable
override: true
components: rustfmt, clippy