mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
f424f9292e
commit
d54c26e627
1 changed files with 1 additions and 0 deletions
1
.github/workflows/linux-trusty-5.12.yml
vendored
1
.github/workflows/linux-trusty-5.12.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue