Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coozoo authored Mar 26, 2024
1 parent 1c0a0ea commit 1f8bbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: sudo apt-get -y install qt515base qt515tools libgl1-mesa-dev qt515charts-no-lgpl qt515serialport
- name: install deb deps into the same linux
if: matrix.config.os == 'ubuntu-20.04'
run: apt -y install debhelper
run: apt-get -y install debhelper
- name: build on linux
if: matrix.config.os == 'ubuntu-20.04'
run: |
Expand Down

0 comments on commit 1f8bbfb

Please sign in to comment.