We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be2d66 commit 0e1cb72Copy full SHA for 0e1cb72
.github/workflows/cd.yaml
@@ -51,6 +51,8 @@ jobs:
51
windows-release:
52
name: Windows Release
53
runs-on: windows-latest
54
+ env:
55
+ ROARING_ARCH: x86-64-v2
56
steps:
57
- name: Checkout
58
uses: actions/checkout@v3
.github/workflows/ci.yaml
@@ -26,6 +26,8 @@ jobs:
26
windows-tests:
27
name: Windows Tests
28
29
30
31
32
33
0 commit comments