diff options
| author | Albin <albin@mullvad.net> | 2023-03-15 09:42:08 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-03-15 09:42:08 +0100 |
| commit | 64912948b338c2ffabfda689ca5af4deadb8ed3a (patch) | |
| tree | 2474ca467670a5bbebde6058728f72288f7e6955 /.github | |
| parent | 3b25f7b044535fd9b9e8f22721a69d5f639b1e5d (diff) | |
| download | mullvadvpn-64912948b338c2ffabfda689ca5af4deadb8ed3a.tar.xz mullvadvpn-64912948b338c2ffabfda689ca5af4deadb8ed3a.zip | |
Fix repo ownership in android build action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 0bda8348f3..e9365597e7 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -66,6 +66,7 @@ jobs: id: native-lib-cache-hash shell: bash run: | + git config --global --add safe.directory $(pwd) non_android_hash="$(git grep --cached -l '' -- ':!android/' \ | xargs -d '\n' sha1sum \ | sha1sum \ |
