Skip to content

Commit 4ecfcb0

Browse files
committed
Correct the path creation.
1 parent 9a7b84f commit 4ecfcb0

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -267,23 +267,10 @@ jobs:
267267
- name: Set up compatibility symlink
268268
run: |
269269
if [ ! -e Platforms/Android ]; then
270-
mkdir -p Platforms/Android
270+
mkdir -p Platforms
271271
ln -s ../Android Platforms/Android
272272
ln -s ./android.py Android/__main__.py
273-
echo "ADDED SYMLINK"
274-
else
275-
echo "NO SYMLINK"
276273
fi
277-
ls -la Platforms/Android
278-
279-
- name: Check persistence
280-
run: |
281-
echo "PLATFORMS/ANDROID"
282-
ls -la Platforms/Android
283-
echo "ANDROID"
284-
ls -la Android
285-
echo "PYTHON"
286-
python3 --version
287274
288275
- name: Build and test
289276
run: python3 Platforms/Android ci --fast-ci "$triplet"

0 commit comments

Comments
 (0)