Skip to content

Commit c6700de

Browse files
committed
Fix: remove docker container from GitHub Actions workflow
The `softartdev/android-fastlane:33` container was causing issues with the Android build process in the GitHub Actions workflow. This commit removes the container to resolve these issues.
1 parent f457eb1 commit c6700de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
setup:
2020
name: Setup Environment
2121
runs-on: ubuntu-latest
22-
container:
23-
image: softartdev/android-fastlane:33
22+
# container:
23+
# image: softartdev/android-fastlane:33
2424
steps:
2525
- name: Checkout Repository
2626
uses: actions/checkout@v3

0 commit comments

Comments
 (0)