Skip to content

Commit 69c7f5e

Browse files
committed
Check out the wireguard-apple submodule instead of wireguard-go-rs one
1 parent f55bb18 commit 69c7f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ios-rust-ffi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
2222

23-
- name: Checkout wireguard-go-rs
23+
- name: Checkout submodules
2424
run: |
2525
git config --global --add safe.directory '*'
26-
git submodule update --init wireguard-go-rs
26+
git submodule update --init --recursive ios/wireguard-apple
2727
2828
- name: Install Protoc
2929
uses: arduino/setup-protoc@v3

0 commit comments

Comments
 (0)