Skip to content

Commit

Permalink
修改工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
wy414012 authored Oct 9, 2024
1 parent fbeb8d3 commit d5289f0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ jobs:
run: sudo apt update

- name: install tools
run: |
sudo apt-get -y install devscripts equivs
yes| sudo mk-build-deps --install
run: sudo apt-get -y install devscripts equivs

- name: install deps
run: yes| sudo mk-build-deps --install

- name: remove deps
run: yes| sudo mk-build-deps --install --remove

- name: run make
run: make deb

Expand Down

0 comments on commit d5289f0

Please sign in to comment.