Skip to content

Commit

Permalink
更新CI的工作流程
Browse files Browse the repository at this point in the history
  • Loading branch information
wy414012 authored Oct 9, 2024
1 parent 17b5fbe commit cc2ba0f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: update sources.list
run: |
sudo apt update
run: sudo apt update

- name: install tools
run: |
sudo apt-get -y install devscripts equivs
yes| sudo mk-build-deps --install
yes| sudo mk-build-deps --remove
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 --remove

- name: run make
run: make deb
Expand Down

0 comments on commit cc2ba0f

Please sign in to comment.