Skip to content

Commit

Permalink
run apt update before install for debian test build
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed May 26, 2024
1 parent fa72c8b commit f8e3f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
cp -a .github/workflows/debian .
- name: install_dependencies
run: |
sudo apt update
sudo apt install cmake debhelper devscripts qttools5-dev
- name: build
run: |
Expand Down

0 comments on commit f8e3f77

Please sign in to comment.