Skip to content

Commit

Permalink
修复CI中处理依赖空格错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wy414012 authored Oct 19, 2024
1 parent 1ce559f commit 08d3781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
run: sudo apt-get -y install devscripts equivs

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

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

- name: run make
run: make deb
Expand Down

0 comments on commit 08d3781

Please sign in to comment.