From 086653299c3e2adb93ce3adc0d921adbdf91c8a4 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Thu, 2 Oct 2025 11:08:24 +0200 Subject: [PATCH] ci set profile to default to avoid lib issues --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a7db4f6..2143c4b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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