Compare commits
1 Commits
prerelease
...
prerelease
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a81640747d |
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@@ -105,17 +105,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install MSYS2 and build tools
|
- name: Install build tools
|
||||||
uses: msys2/setup-msys2@v3
|
run: choco install winflexbison -y
|
||||||
with:
|
shell: pwsh
|
||||||
update: true
|
|
||||||
install: >
|
|
||||||
mingw-w64-x86_64-toolchain
|
|
||||||
mingw-w64-x86_64-gmp
|
|
||||||
mingw-w64-x86_64-make
|
|
||||||
mingw-w64-x86_64-flex
|
|
||||||
mingw-w64-x86_64-bison
|
|
||||||
shell: msys2 {0}
|
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
@@ -132,7 +124,7 @@ jobs:
|
|||||||
- name: Build with MinGW
|
- name: Build with MinGW
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
shell: msys2 {0}
|
shell: pwsh
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user