Skip to content

Commit

Permalink
Add step in workflow to update to latest core
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Sep 19, 2024
1 parent 9451309 commit 157bd91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-nym-vpn-core-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
name: ${{ env.WG_GO_LIB_NAME }}
path: ${{ env.WG_GO_LIB_PATH }}

- name: Update nym-vpn-apple to use latest core
run: |
./script/update-nym-vpn-apple-to-latest-core.sh
git diff || echo "No changes detected"
- name: Build nym-vpn-core (native)
working-directory: nym-vpn-core
env:
Expand Down

0 comments on commit 157bd91

Please sign in to comment.