Skip to content

Commit 46eb674

Browse files
committed
zip is preinstalled
1 parent 9a8d692 commit 46eb674

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ jobs:
235235

236236
- name: Pack files (${{ matrix.job.os }} - ${{ matrix.job.name }})
237237
run: |
238-
sudo apt-get update
239-
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y zip
240238
zip ${{ matrix.job.name }}/rustdesk-server-${{ matrix.job.os }}-${{ matrix.job.name }}${{ matrix.job.suffix }}.zip ${{ matrix.job.name }}/*
241239
242240
- name: Create Release (${{ matrix.job.os }} - (${{ matrix.job.name }})

0 commit comments

Comments
 (0)