aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index c367bcff1..a35a93357 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -32,5 +32,8 @@ jobs:
ls -l
git config --global user.email "ci@subsurface-divelog.org"
git config --global user.name "Subsurface CI"
+ # it turns out our build container doesn't have a native compiler
+ # yet ECM needs that
+ apt-get install --reinstall cpp-7 gcc-7-base libgcc-7-dev libcc1-0 gcc-7
bash -x ./subsurface/packaging/android/qmake-build.sh