From 094024299df9a96c3df00a5d45846fb6fd9a1fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Tue, 26 Dec 2023 19:13:58 +0100 Subject: [PATCH] github ci --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0cca41f..9afd243 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,7 +80,7 @@ jobs: # Linux & Windows - name: Install rust toolchain for Linux - if: ${{ !contains(matrix.platform.target, 'apple') && !contains(matrix.platform.target, 'android') }} + #if: ${{ !contains(matrix.platform.target, 'apple') && !contains(matrix.platform.target, 'android') }} uses: actions-rs/toolchain@v1 with: # We setup Rust toolchain and the desired target