We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eda6fd commit 663793dCopy full SHA for 663793d
.github/workflows/main.yml
@@ -20,8 +20,9 @@ jobs:
20
{ msystem: UCRT64, runner: windows-2022 },
21
{ msystem: CLANG64, runner: windows-2022 },
22
{ msystem: CLANG32, runner: windows-2022 },
23
- # { msystem: CLANGARM64, runner: ['Windows', 'ARM64', 'CI'] }
+ { msystem: CLANGARM64, runner: ['Windows', 'ARM64', 'CI'] }
24
]
25
+ timeout-minutes: 4320
26
name: ${{ matrix.msystem }}
27
runs-on: ${{ matrix.runner }}
28
steps:
0 commit comments