Skip to content

Commit b086644

Browse files
committed
setting arch x64 for windows
1 parent 40f82d4 commit b086644

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
architecture: "x64"
2222
- os: macos-latest
2323
architecture: "x64"
24+
- os: windows-latest
25+
architecture: "x64"
2426

2527
steps:
2628
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)