diff --git a/.github/disabled/android.yml b/.github/workflows/android.yml similarity index 70% rename from .github/disabled/android.yml rename to .github/workflows/android.yml index f4eb58cb..28b30149 100644 --- a/.github/disabled/android.yml +++ b/.github/workflows/android.yml @@ -15,6 +15,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Build for Android - uses: skiptools/swift-android-action@v2 + uses: skiptools/swift-android-action@main with: - run-tests: false + swift-version: 6.1 + copy-files: Sources Tests