From 9300d9682bc427e8c524fbeb736ebcd6fe609e12 Mon Sep 17 00:00:00 2001 From: Stefan Kebekus Date: Sun, 18 Aug 2024 09:56:36 +0200 Subject: [PATCH] Update api.yml --- .github/workflows/api.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index f2939fdf2..8b170a570 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -24,14 +24,6 @@ jobs: - name: Install Additional Software run: | sudo apt install doxygen extra-cmake-modules graphviz ninja-build spirv-tools - - name: Compile QtLocation - run: | - cmake -E make_directory build-qtlocation - cd build-qtlocation - qt-configure-module ../qtlocation - cmake -DMBGL_QT_WITH_INTERNAL_ICU:BOOL=On . - ninja - ninja install - name: Compile Enroute Flight Navigation run: | cmake -E make_directory build-enroute