Skip to content

Commit

Permalink
uncomment full steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Jun 11, 2024
1 parent dedaeed commit f4a62d9
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,35 +39,35 @@ jobs:
- name: Pull LFS objects
run: git lfs pull

# - name: Setup Go
# uses: actions/setup-go@v4
# with:
# go-version-file: "go.mod"
#
# - name: Setup Xcode
# uses: maxim-lobanov/setup-xcode@v1
# with:
# xcode-version: ${{ inputs.xcode_version }}
#
# - name: Repo access
# run: |
# mkdir /tmp/cache
# echo "machine github.com login ${{ secrets.GH_TOKEN }} password x-oauth-basic" > /tmp/cache/.netrc
# chmod 600 /tmp/cache/.netrc
#
# - name: Setup Sentry CLI
# uses: mathieu-bour/setup-sentry-cli@v1
# with:
# version: latest
# token: ${{ SECRETS.SENTRY_TOKEN }} # from GitHub secrets
# organization: getlantern
# project: android
#
# - name: Install Flutter
# uses: subosito/flutter-action@v2
# with:
# channel: "stable"
# flutter-version-file: pubspec.yaml
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"

- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ${{ inputs.xcode_version }}

- name: Repo access
run: |
mkdir /tmp/cache
echo "machine github.com login ${{ secrets.GH_TOKEN }} password x-oauth-basic" > /tmp/cache/.netrc
chmod 600 /tmp/cache/.netrc
- name: Setup Sentry CLI
uses: mathieu-bour/setup-sentry-cli@v1
with:
version: latest
token: ${{ SECRETS.SENTRY_TOKEN }} # from GitHub secrets
organization: getlantern
project: android

- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version-file: pubspec.yaml

- name: Install the Apple certificate and provisioning profile
env:
Expand Down

0 comments on commit f4a62d9

Please sign in to comment.