From 9a80dcd9a263276dcf6b25f4bc6692dc0ae889ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Tue, 1 Aug 2023 21:04:48 +0100 Subject: [PATCH] chore: removed matrix build --- .github/workflows/deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 78b5d044..5b010541 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,11 +8,8 @@ jobs: build-linux: name: Build Release timeout-minutes: 30 - strategy: - matrix: - rust-version: ["1.71.0"] runs-on: ubuntu-latest - container: rust:${{ matrix.rust-version }} + container: rust:1.71.0 steps: - name: Checkout code from repository uses: actions/checkout@v3 -- GitLab