Skip to content

Commit

Permalink
Update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
roop committed Jun 12, 2022
1 parent f6d2f48 commit eaaa941
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -49,6 +49,8 @@ jobs:
run: cp Config/iOS/Developer.xcconfig.eduvpn-template Config/iOS/Developer.xcconfig
- name: Prepare config.json
run: cp Config/iOS/config-eduvpn_new_discovery.json Config/iOS/config.json
- name: Prepare privacy_statement.json
run: cp Config/iOS/privacy_statement-eduvpn.json Config/iOS/privacy_statement.json
- name: Build for Generic iOS device
run: |
export PATH="/usr/local/opt/go@1.16/bin:/opt/homebrew/opt/go@1.16/bin:$PATH"
Expand All @@ -69,6 +71,8 @@ jobs:
run: cp Config/Mac/Developer-macos.xcconfig.eduvpn-template Config/Mac/Developer-macos.xcconfig
- name: Prepare config.json
run: cp Config/Mac/config-eduvpn_new_discovery.json Config/Mac/config.json
- name: Prepare privacy_statement.json
run: cp Config/Mac/privacy_statement-eduvpn.json Config/Mac/privacy_statement.json
- name: Install Go
run: brew install go@1.16
- name: Run MacOS build
Expand Down

0 comments on commit eaaa941

Please sign in to comment.