From f55cbe543be1ef35420c435495280909be90bdfe Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 14 Aug 2022 23:16:55 +0200 Subject: move themes into bin folder (#849) * as if this is going to work * use android libs and spec for android * install ndk and use clang over g++ * shut the fuck up * SHUT THE FUCK UP * shut up shut up shut up * get remove from favs button * move themes into bin folder * bin folder now already comes with repo * actually install old ndk version * Delete .gitlab-ci.yml * apply font for version --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84cee282..5058abfd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,10 +80,6 @@ jobs: ${{steps.qt.outputs.make}} ${{steps.qt.outputs.make}} INSTALL_ROOT="${{steps.qt.outputs.installdir}}" install - - name: Create bin folder - run: | - mkdir bin - - name: Install Windows Discord RPC if: contains(matrix.os, 'windows') run: | -- cgit