Skip to content

Commit fc50853

Browse files
committed
Check out wireguard-go-rs recursively in workflow
1 parent bb0ba99 commit fc50853

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/android-app.yml

+5
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ jobs:
175175
with:
176176
submodules: true
177177

178+
- name: Checkout wireguard-go-rs recursively
179+
run: |
180+
git config --global --add safe.directory '*'
181+
git submodule update --init --recursive --depth=1 wireguard-go-rs
182+
178183
- name: Calculate native lib cache hash
179184
id: native-lib-cache-hash
180185
shell: bash

0 commit comments

Comments
 (0)