mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-02-22 09:45:25 +00:00
upd gcc step
This commit is contained in:
parent
dc8395c404
commit
7bbf438878
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -15,18 +15,14 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up MSYS2
|
- name: Set up GCC
|
||||||
uses: msys2/setup-msys2@v2
|
uses: egor-tensin/setup-gcc@v1
|
||||||
with:
|
with:
|
||||||
update: true
|
version: latest
|
||||||
|
platform: x64
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
pacman -S --noconfirm make mingw-w64-x86_64-gcc
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: make
|
||||||
make
|
|
||||||
|
|
||||||
- name: Archive build artifacts
|
- name: Archive build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user