Skip to content

Commit 82abc1e

Browse files
committed
cleanup again
1 parent 056c48d commit 82abc1e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
unzip -q -o ./android-ndk-r21-linux-x86_64.zip
2929
- name: Tests
3030
run: |
31-
xmake f -a arm64 -p android --ndk=`pwd`/android-ndk-r21
31+
xmake f -a arm64-v8a -p android --ndk=`pwd`/android-ndk-r21
3232
xmake -a

include/co/json.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,4 +520,6 @@ namespace co {
520520
using Json = json::Json;
521521
} // co
522522

523-
inline fastream& operator<<(fastream& fs, const json::Json& x) { return x.dbg(fs); }
523+
inline fastream& operator<<(fastream& fs, const json::Json& x) {
524+
return x.dbg(fs);
525+
}

0 commit comments

Comments
 (0)