Skip to content

Commit

Permalink
Check out wireguard-go-rs recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Aug 23, 2024
1 parent a669ea2 commit 1ac3017
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ jobs:
with:
submodules: true

- name: Checkout wireguard-go-rs recursively
run: |
git config --global --add safe.directory '*'
git submodule update --recursive --depth=1 wireguard-go-rs
- name: Calculate native lib cache hash
id: native-lib-cache-hash
shell: bash
Expand Down

0 comments on commit 1ac3017

Please sign in to comment.