mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 04:02:58 +03:00
chore: попытка исправить сборку
This commit is contained in:
parent
ce95ae94ae
commit
aaeb86e780
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -44,11 +44,15 @@ jobs:
|
||||
with:
|
||||
path: ./.venv
|
||||
key: venv-${{ runner.os }}-${{ runner.arch }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
|
||||
- name: Setup MSVC (32-bit)
|
||||
- name: Setup MSYS2 (32-bit)
|
||||
if: ${{ matrix.arch == 'x86' && matrix.os == 'windows-latest' }}
|
||||
uses: bus1/cabuild/action/msdevshell@e22aba57d6e74891d059d66501b6b5aed8123c4d # v1
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
architecture: 'x86'
|
||||
msystem: mingw32
|
||||
path-type: inherit
|
||||
install: >-
|
||||
mingw-w64-i686-gcc-fortran
|
||||
|
||||
- name: Установка зависимостей
|
||||
run: poetry install
|
||||
- name: Сборка
|
||||
|
Loading…
Reference in New Issue
Block a user