chore: попытка исправить сборку

This commit is contained in:
2024-02-22 18:20:59 +03:00
parent cc7e24f5d8
commit ce95ae94ae
3 changed files with 67 additions and 59 deletions

View File

@@ -44,6 +44,11 @@ jobs:
with:
path: ./.venv
key: venv-${{ runner.os }}-${{ runner.arch }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
- name: Setup MSVC (32-bit)
if: ${{ matrix.arch == 'x86' && matrix.os == 'windows-latest' }}
uses: bus1/cabuild/action/msdevshell@e22aba57d6e74891d059d66501b6b5aed8123c4d # v1
with:
architecture: 'x86'
- name: Установка зависимостей
run: poetry install
- name: Сборка