mirror of
https://github.com/mimblewimble/grin.git
synced 2025-05-08 02:01:14 +03:00
add roaring arch flag into CI build scripts
This commit is contained in:
parent
9be2d6632a
commit
0e1cb72126
2 changed files with 4 additions and 0 deletions
2
.github/workflows/cd.yaml
vendored
2
.github/workflows/cd.yaml
vendored
|
@ -51,6 +51,8 @@ jobs:
|
|||
windows-release:
|
||||
name: Windows Release
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
ROARING_ARCH: x86-64-v2
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -26,6 +26,8 @@ jobs:
|
|||
windows-tests:
|
||||
name: Windows Tests
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
ROARING_ARCH: x86-64-v2
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue