Skip to content

Commit 51f3042

Browse files
committed
test(android): remove unneeded workspace permissions change
1 parent 2823c30 commit 51f3042

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737
if: "!matrix.android"
3838
run: lde test
3939

40-
- name: Fix workspace permissions (Android)
40+
- name: Copy lde into container (Android)
4141
if: matrix.android
4242
run: |
43-
chmod -R a+rw ${{ github.workspace }}
4443
cp ~/.lde/lde ${{ github.workspace }}/lde
4544
4645
- name: Cache test image (Android)

0 commit comments

Comments
 (0)