From 07167c6087e3f17b765cb8d64f43e0f7136c4279 Mon Sep 17 00:00:00 2001 From: danielsanchezq Date: Tue, 27 Sep 2022 17:10:22 +0200 Subject: [PATCH] Try to use default for target --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d05b538..a8b7c34 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,7 @@ jobs: profile: minimal toolchain: stable target: ${{ matrix.target }} + default: true override: true - uses: actions-rs/cargo@v1 continue-on-error: false @@ -64,6 +65,7 @@ jobs: profile: minimal toolchain: stable target: ${{ matrix.target }} + default: true override: true - uses: actions-rs/cargo@v1 continue-on-error: false