File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 62
62
- name : Fix HOME path
63
63
run : echo "HOME=/root" >> $GITHUB_ENV
64
64
65
- - name : Set locale
66
- run : echo "LC_ALL=C.UTF-8" >> $GITHUB_ENV
67
-
68
65
- uses : actions/checkout@v4
69
66
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
-
76
67
- name : Re-generate lockfile
77
68
run : android/scripts/update-lockfile.sh
78
69
91
82
- name : Fix HOME path
92
83
run : echo "HOME=/root" >> $GITHUB_ENV
93
84
94
- - name : Set locale
95
- run : echo "LC_ALL=C.UTF-8" >> $GITHUB_ENV
96
-
97
85
- uses : actions/checkout@v4
98
86
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
-
105
87
- name : Verify lockfile keys
106
88
run : android/scripts/verify-lockfile-keys.sh
You can’t perform that action at this time.
0 commit comments