From 33e2be53f49406dbbbfd39d0df2e593d1f73c610 Mon Sep 17 00:00:00 2001 From: Raivis Dejus Date: Tue, 24 Jun 2025 15:16:01 +0300 Subject: [PATCH] Will try to add msbuild --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66d9d126..b633ff97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,6 +70,10 @@ jobs: poetry add torch==2.2.2 torchaudio==2.2.2 if: "matrix.os == 'macos-13'" + - name: Add msbuild to PATH + uses: microsoft/setup-msbuild@v2 + if: runner.os == 'Windows' + - name: Install dependencies run: poetry install @@ -163,6 +167,10 @@ jobs: poetry add torch==2.2.2 torchaudio==2.2.2 ctranslate2==4.3.1 if: "matrix.os == 'macos-13'" + - name: Add msbuild to PATH + uses: microsoft/setup-msbuild@v2 + if: runner.os == 'Windows' + - name: Install dependencies run: poetry install