From 3b6358254b6c9d80c61a09e4dfbc82feeeb35e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shomy=20=F0=9F=8D=82?= <61943525+shomykohai@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:56:15 +0100 Subject: [PATCH] Remove msvc-dev-cmd step --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe85e95..f89a826 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,8 +46,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.10' - - name: 🧰 Setup build tools - uses: ilammy/msvc-dev-cmd@v1 - name: 🧩 Install dependencies run: | pip install scons