Skip to content

Commit

Permalink
Merge pull request #210 from Plant-for-the-Planet-org/feature/multipl…
Browse files Browse the repository at this point in the history
…e-trees-fix

Multiple tree flow fix
  • Loading branch information
sagararyal authored Mar 24, 2021
2 parents ead0dcf + a764424 commit d3a64f8
Show file tree
Hide file tree
Showing 85 changed files with 4,246 additions and 2,642 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/macos_build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ jobs:
echo "CDN_URL=$CDN_URL" >> .env
cp .env .env.staging
- name: Caching Pods
uses: actions/cache@v1
with:
path: ios/Pods
key: ${{ runner.os }}-pods-treemapper-${{ hashFiles('ios/Podfile*') }}
restore-keys: |
${{ runner.os }}-pods-treemapper-
# - name: Caching Pods
# uses: actions/cache@v1
# with:
# path: ios/Pods
# key: ${{ runner.os }}-pods-treemapper2-${{ hashFiles('ios/Podfile*') }}
# restore-keys: |
# ${{ runner.os }}-pods-treemapper2-

- name: Install Pods
run: pod install
Expand Down
Loading

0 comments on commit d3a64f8

Please # to comment.