Skip to content

Commit 652b8b8

Browse files
committed
Swift Androd build
1 parent 417e483 commit 652b8b8

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
@@ -50,10 +50,10 @@ jobs:
5050
run: |
5151
sudo apt install -q ninja-build patchelf
5252
# build all architectures
53-
#./build
53+
./build
5454
5555
# just build x86_64 for testing
56-
TARGET_ARCHS=x86_64 ./build
56+
#TARGET_ARCHS=x86_64 ./build
5757
5858
# build arch specified by the matrix
5959
#TARGET_ARCHS=${{ matrix.arch }} ./build

0 commit comments

Comments
 (0)