From a168d28d81b33f258685bf67ffe4113239ae159a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 4 Jun 2022 13:29:01 +0200 Subject: [PATCH] Remove debug stuff --- .github/workflows/android.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 63840959..7649cc5d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -38,8 +38,6 @@ jobs: arch: 'android_armv7' install-deps: 'true' cached: ${{ steps.cache-qt.outputs.cache-hit }} - - name: Debug - run: ls -l $Qt6_DIR/../ && ls -l $Qt6_DIR/../gcc_64/bin - name: Configure build run: qmake gpxsee.pro - name: Build project