Skip to content

Commit 356cab8

Browse files
committed
Fixing test failures
1 parent 04cd8a7 commit 356cab8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: true
1717
matrix:
18-
runtime: [ linux-x64, linux-aarch64, osx-x64, win-x64 ]
18+
# runtime: [ linux-x64, linux-aarch64, osx-x64, win-x64 ]
19+
runtime: [ win-x64 ]
1920
include:
2021
- runtime: linux-x64
2122
os: ubuntu-latest

0 commit comments

Comments
 (0)