From 603bc504a5b0d355b3b7c12181da801bbaae5ae4 Mon Sep 17 00:00:00 2001 From: Boog900 <54e72d8a-345f-4599-bd90-c6b9bc7d0ec5@aleeas.com> Date: Tue, 8 Oct 2024 17:36:27 +0100 Subject: [PATCH] add back version --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 620a7bf4..c67b4933 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,8 @@ jobs: - name: Add msbuild to PATH if: matrix.os == 'windows-latest' uses: microsoft/setup-msbuild@v2 - + with: + vs-version: '[16.0,17.0)' - name: Documentation run: cargo doc --workspace --all-features --no-deps