diff --git a/.github/workflows/release-net.yml b/.github/workflows/release-net.yml index 1ab56b1b..483cff38 100644 --- a/.github/workflows/release-net.yml +++ b/.github/workflows/release-net.yml @@ -72,12 +72,6 @@ jobs: - name: Display java version run: java -version - # Some components of Keepass2Android currently target android API 26 which are not available on the runner - - name: Download android-26 API - shell: cmd - run: | - %ANDROID_SDK_ROOT%\cmdline-tools\latest\bin\sdkmanager --install "platforms;android-26" - - name: Build native dependencies shell: cmd run: |