From 6e1cd551b14753e46c72e8311151902309106dd3 Mon Sep 17 00:00:00 2001 From: Cameron Garnham Date: Thu, 3 Oct 2024 11:42:21 +0200 Subject: [PATCH] ci: fix toolchain bug with release --- .github/workflows/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 6aa66e98..e30eccc7 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -35,6 +35,10 @@ jobs: needs: test runs-on: ubuntu-latest + strategy: + matrix: + toolchain: [stable] + steps: - id: checkout name: Checkout Repository