From d54c26e627d4a901edbfdf481960138bcb29be22 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 27 Jan 2020 14:50:52 -0800 Subject: GitHub Actions: remove outdated libdivecomputer header files We never noticed this before, but during the build of the Trusty Qt5.12 container itself we create libdivecomputer include files and we ship them with the container. And as the recent build failures after an incompatible API change in libdivecomputer show, those include files are apparently used in this build, not the ones that are newly created during the build. Obviously the build container needs to be fixed, but as a quick workaround, this should do. Signed-off-by: Dirk Hohndel --- .github/workflows/linux-trusty-5.12.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/linux-trusty-5.12.yml b/.github/workflows/linux-trusty-5.12.yml index 18dfc9ab1..f0dba517d 100644 --- a/.github/workflows/linux-trusty-5.12.yml +++ b/.github/workflows/linux-trusty-5.12.yml @@ -20,6 +20,7 @@ jobs: - name: run build run: | cd .. + rm -rf /install-root/include/libdivecomputer bash -x subsurface/.github/workflows/scripts/linux-in-container-build.sh - name: create CI release -- cgit v1.2.3-70-g09d2