diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/linux-trusty-5.12.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |