add roaring arch flag into CI build scripts

This commit is contained in:
Yeastplume 2024-01-30 13:29:58 +00:00
parent 9be2d6632a
commit 0e1cb72126
2 changed files with 4 additions and 0 deletions
.github/workflows

View file

@ -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

View file

@ -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