diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-01-24 11:48:55 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-02-07 13:34:29 +0100 |
| commit | 1da46aacb277a4502a95739abfc11d821553c366 (patch) | |
| tree | f48b12ad29345a8e614303dc1abca3488d654360 | |
| parent | fe63f1fcdc7eaa7de873c6a8c224bd55fb208cba (diff) | |
| download | mullvadvpn-1da46aacb277a4502a95739abfc11d821553c366.tar.xz mullvadvpn-1da46aacb277a4502a95739abfc11d821553c366.zip | |
Check out wireguard-go submodule in iOS CI
| -rw-r--r-- | .github/workflows/ios-rust-ffi.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ios-rust-ffi.yml b/.github/workflows/ios-rust-ffi.yml index 6d1457d4f1..bc289a03f9 100644 --- a/.github/workflows/ios-rust-ffi.yml +++ b/.github/workflows/ios-rust-ffi.yml @@ -20,6 +20,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Checkout wireguard-go-rs + run: | + git config --global --add safe.directory '*' + git submodule update --init wireguard-go-rs + - name: Install Protoc uses: arduino/setup-protoc@v3 with: |
