Skip to content

Commit

Permalink
NEW UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanhammoudah committed Jul 15, 2024
1 parent d746a12 commit b50b12c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
ruby-version: "3.2.3"
bundler-cache: true
working-directory: C:/Users/owner/doctor/android/
working-directory: C:/Users/owner/doctor/android/Doctor_app # Adjust this path to your project's root
env:
GEM_HOME: ${{ runner.temp }}/bundle
BUNDLE_PATH: vendor/bundle
Expand All @@ -38,8 +38,7 @@ jobs:

- name: Debug Current Directory
run: |
Set-Location C:/Users/owner/doctor/android/
Get-ChildItem -Force
dir C:/Users/owner/doctor/android/Doctor_app # List files in the project directory
- name: Add x86_64-linux platform to Gemfile.lock
run: |
Expand Down

0 comments on commit b50b12c

Please sign in to comment.