mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 12:12:59 +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:
|
with:
|
||||||
path: ./.venv
|
path: ./.venv
|
||||||
key: venv-${{ runner.os }}-${{ runner.arch }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
|
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' }}
|
if: ${{ matrix.arch == 'x86' && matrix.os == 'windows-latest' }}
|
||||||
uses: bus1/cabuild/action/msdevshell@e22aba57d6e74891d059d66501b6b5aed8123c4d # v1
|
uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
architecture: 'x86'
|
msystem: mingw32
|
||||||
|
path-type: inherit
|
||||||
|
install: >-
|
||||||
|
mingw-w64-i686-gcc-fortran
|
||||||
|
|
||||||
- name: Установка зависимостей
|
- name: Установка зависимостей
|
||||||
run: poetry install
|
run: poetry install
|
||||||
- name: Сборка
|
- name: Сборка
|
||||||
|
Loading…
Reference in New Issue
Block a user