File tree 5 files changed +13
-3
lines changed
5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
- name : Checkout submodules
102
102
run : |
103
103
git config --global --add safe.directory '*'
104
- git submodule update --init ios/wireguard-apple
104
+ git submodule update --init --recursive ios/wireguard-apple
105
105
106
106
- name : Configure Rust
107
107
run : rustup target add aarch64-apple-ios
Original file line number Diff line number Diff line change 23
23
- name : Checkout repository
24
24
uses : actions/checkout@v4
25
25
26
+ - name : Checkout submodules
27
+ run : |
28
+ git config --global --add safe.directory '*'
29
+ git submodule update --init ios/wireguard-apple
30
+
26
31
- name : Setup go-lang
27
32
uses : actions/setup-go@v3
28
33
with :
Original file line number Diff line number Diff line change 27
27
- name : Checkout repository
28
28
uses : actions/checkout@v4
29
29
30
+ - name : Checkout submodules
31
+ run : |
32
+ git config --global --add safe.directory '*'
33
+ git submodule update --init --recursive ios/wireguard-apple
34
+
30
35
- name : Configure cache
31
36
uses : actions/cache@v3
32
37
with :
Original file line number Diff line number Diff line change 31
31
- name : Checkout submodules
32
32
run : |
33
33
git config --global --add safe.directory '*'
34
- git submodule update --init ios/wireguard-apple
34
+ git submodule update --init --recursive ios/wireguard-apple
35
35
36
36
- name : Configure cache
37
37
uses : actions/cache@v3
Original file line number Diff line number Diff line change 58
58
- name : Checkout submodules
59
59
run : |
60
60
git config --global --add safe.directory '*'
61
- git submodule update --init ios/wireguard-apple
61
+ git submodule update --init --recursive ios/wireguard-apple
62
62
63
63
64
64
- name : Configure cache
You can’t perform that action at this time.
0 commit comments