Skip to content

Commit

Permalink
add roaring arch flag into CI build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Jan 30, 2024
1 parent 9be2d66 commit 0e1cb72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e1cb72

Please sign in to comment.