Skip to content

Commit 2a8fd8c

Browse files
committed
Dev: remove sudo
1 parent 70de0eb commit 2a8fd8c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-android-toolchain.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77

88
jobs:
99

10-
build-android-sdk:
10+
build-swift-android-sdk:
1111
runs-on: [self-hosted, Linux, x64, Ubuntu]
1212

1313
steps:
14+
- name: Cleanup
15+
run: sudo ls -la
1416
- uses: actions/checkout@v1
1517
- name: Build sdk with docker
16-
run: sudo ./build-docker tag:swift-6.2.1-RELEASE ./android-sdk
18+
run: ./build-docker tag:swift-6.2.1-RELEASE ./android-sdk

0 commit comments

Comments
 (0)