Skip to content

Commit 19d1c17

Browse files
committed
Start splitting NDK out from the rest of the SDK
1 parent e113f82 commit 19d1c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
# blank arch builds all (aarch64,x86_64,armv7)
4545
#arch: ['']
4646
# builds only x86_64 to speed up the validation
47-
arch: ['x86_64']
47+
#arch: ['x86_64']
4848
# build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
49-
#arch: ['x86_64', '']
49+
arch: ['x86_64', '']
5050
swift-version: ['release', 'devel', 'trunk']
5151
runs-on: ubuntu-24.04
5252
steps:

0 commit comments

Comments
 (0)