diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52aa6c5b..2bded3ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,10 @@ jobs: restore-keys: | ${{ runner.os }}-cxx- - - name: Setup Environment for Gradle - run: chmod +x gradlew + - name: Setup Environment for Gradle & Ninja Build + run: | + chmod +x gradlew + sudo apt-get install -y ninja-build - name: Android Lint run: ./gradlew --stacktrace lint diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 9914f3ea..5878864a 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -7,23 +7,8 @@