Skip to content

Commit 0d81dd4

Browse files
committed
Simplify flow
1 parent 4773b6e commit 0d81dd4

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/android-audit.yml

-18
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,8 @@ jobs:
6262
- name: Fix HOME path
6363
run: echo "HOME=/root" >> $GITHUB_ENV
6464

65-
- name: Set locale
66-
run: echo "LC_ALL=C.UTF-8" >> $GITHUB_ENV
67-
6865
- uses: actions/checkout@v4
6966

70-
- name: Fix git dir
71-
run: git config --global --add safe.directory $(pwd)
72-
73-
- name: Create Android rustJniLibs dir
74-
run: mkdir -p android/app/build/rustJniLibs/android
75-
7667
- name: Re-generate lockfile
7768
run: android/scripts/update-lockfile.sh
7869

@@ -91,16 +82,7 @@ jobs:
9182
- name: Fix HOME path
9283
run: echo "HOME=/root" >> $GITHUB_ENV
9384

94-
- name: Set locale
95-
run: echo "LC_ALL=C.UTF-8" >> $GITHUB_ENV
96-
9785
- uses: actions/checkout@v4
9886

99-
- name: Fix git dir
100-
run: git config --global --add safe.directory $(pwd)
101-
102-
- name: Create Android rustJniLibs dir
103-
run: mkdir -p android/app/build/rustJniLibs/android
104-
10587
- name: Verify lockfile keys
10688
run: android/scripts/verify-lockfile-keys.sh

0 commit comments

Comments
 (0)