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