diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-01-21 10:22:28 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-01-21 10:22:28 +0100 |
| commit | fba5a3266884fa4022b16fd8693b7b70c6f46c11 (patch) | |
| tree | 8a84d4033444a67fdab16a9dbcb677218b0b9346 /.github/workflows | |
| parent | cb538fc23fd8c9f17fdffcd66b108b30fb64e3a6 (diff) | |
| parent | 41e9f182e69a8496abc995fa13ca4020ded94d44 (diff) | |
| download | mullvadvpn-fba5a3266884fa4022b16fd8693b7b70c6f46c11.tar.xz mullvadvpn-fba5a3266884fa4022b16fd8693b7b70c6f46c11.zip | |
Merge branch 'bump-dependencies-5'
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-audit.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/android-audit.yml b/.github/workflows/android-audit.yml index 71ca477937..d6e02ec48b 100644 --- a/.github/workflows/android-audit.yml +++ b/.github/workflows/android-audit.yml @@ -84,6 +84,9 @@ jobs: - name: Fix git dir run: git config --global --add safe.directory $(pwd) + - name: Create Android rustJniLibs dir + run: mkdir -p android/app/build/rustJniLibs/android + - name: Re-generate lockfile run: android/scripts/update-lockfile.sh |
