Skip to content

Commit 06de3f3

Browse files
committed
Update Release.yml
1 parent c56cbdb commit 06de3f3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/Release.yml

-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020

21-
- name: Install cargo packages
22-
run: cargo install cargo-deb
23-
24-
- name: Install depends
25-
run: |
26-
apt update && apt install upx rename wget git -y
27-
2821
- name: Get tag
2922
if: startsWith(github.ref, 'refs/tags/')
3023
id: tag

0 commit comments

Comments
 (0)