Skip to content

Commit

Permalink
Update build-example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 authored Sep 27, 2023
1 parent ec2cbe2 commit c11ba68
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Trust the GitHub SSH keys
run: |
for ip in $(dig @8.8.8.8 github.com +short); do ssh-keyscan github.com,$ip; ssh-keyscan $ip; done 2>/dev/null >> ~/.ssh/known_hosts
with:
token: ${{ secrets.ACTIONS_TOKEN }}

- name: Build iOS
run: |
Expand Down

0 comments on commit c11ba68

Please sign in to comment.