Skip to content

Commit e68e612

Browse files
committed
.
1 parent 760d8b0 commit e68e612

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
clang --version | head -n 1
3030
echo
3131
gcc --version | head -n 1
32-
echo
32+
echo "Github env:"
3333
env|grep GITHUB
34-
echo
35-
grep "^Pkg.Revision =" ${ANDROID_HOME}/ndk-bundle/source.properties
34+
echo "Android support:"
35+
env|grep ANDROID
3636
3737
- name: Install dependencies
3838
run: |

0 commit comments

Comments
 (0)