We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167bc22 commit c486aa3Copy full SHA for c486aa3
1 file changed
.github/workflows/build-android.yml
@@ -45,6 +45,7 @@ jobs:
45
env:
46
CC: clang
47
CXX: clang++
48
+ CXXFLAGS: -std=c++17
49
run: bun build-filament debug --platform android
50
51
- name: Upload Filament libraries
0 commit comments