From b8e9ce12bcd06b7449cf21e63eaec66b188e686d Mon Sep 17 00:00:00 2001 From: FantasticFiasco Date: Sun, 22 Dec 2024 09:16:47 +0100 Subject: [PATCH] chore: use deterministic dotnet version in ci --- .github/workflows/ci-cd.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e9bc5f9b..7afe1a1b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -22,6 +22,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: actions/setup-dotnet@v4 + with: + dotnet-version: | + 6.x + 7.x + 8.x # Build - run: dotnet build --configuration Release # Test