Skip to content

Commit

Permalink
Add ls to get correct dirs.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Aug 7, 2024
1 parent fbcc8e4 commit 3b261da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ios_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ jobs:
name: ${{ inputs.feature-name }} tests for ${{ inputs.slug }} on firefox iOS v${{ matrix.firefox }}
steps:
- name: Clone firefox-ios repo
uses: actions/checkout@v4
with:
repository: mozilla-mobile/firefox-ios
ref: "release/v${{ matrix.firefox }}"
run: |
git clone --depth1 https://github.com/mozilla-mobile/firefox-ios.git -b release/v${{ matrix.firefox }}
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Python
Expand All @@ -62,6 +60,7 @@ jobs:
run: sudo xcode-select -switch /Applications/Xcode_15.3.app && xcodebuild -version
- name: Setup build
run: |
ls
cd firefox-ios
sh ./bootstrap.sh
cd firefox-ios
Expand Down

0 comments on commit 3b261da

Please sign in to comment.