Skip to content

Commit 0e1cb72

Browse files
committed
add roaring arch flag into CI build scripts
1 parent 9be2d66 commit 0e1cb72

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/cd.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
windows-release:
5252
name: Windows Release
5353
runs-on: windows-latest
54+
env:
55+
ROARING_ARCH: x86-64-v2
5456
steps:
5557
- name: Checkout
5658
uses: actions/checkout@v3

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
windows-tests:
2727
name: Windows Tests
2828
runs-on: windows-latest
29+
env:
30+
ROARING_ARCH: x86-64-v2
2931
steps:
3032
- name: Checkout
3133
uses: actions/checkout@v3

0 commit comments

Comments
 (0)