Skip to content

Commit

Permalink
[ios-xray] Build Xray support
Browse files Browse the repository at this point in the history
  • Loading branch information
leninalive committed Jun 21, 2024
1 parent fac3cb6 commit 12e4a93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_awg_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: 'Install dependencies'
run: brew install swiftlint

- name: 'Setup/Update Go'
uses: actions/setup-go@v5
with:
go-version: '>=1.22.1'

- name: 'Get AmneziaWG'
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 12e4a93

Please sign in to comment.