Skip to content

Commit

Permalink
Updates build action (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuravi authored Apr 18, 2024
1 parent 873f3f1 commit 3471dc6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
run:
working-directory: version2/LifeSpace
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Check Environment
run: |
xcodebuild -version
swift --version
- name: Set Mapbox Credentials
run: |
echo "machine api.mapbox.com" >> ~/.netrc
echo "login mapbox" >> ~/.netrc
echo "password ${{ secrets.MAPBOX_TOKEN }}" >> ~/.netrc
chmod 0600 ~/.netrc
- name: Set Mapbox credentials
uses: extractions/netrc@v1
with:
machine: api.mapbox.com
username: mapbox
password: ${{ secrets.MAPBOX_TOKEN }}
- name: Install Dependencies
run: |
gem install cocoapods
Expand Down

0 comments on commit 3471dc6

Please sign in to comment.