Skip to content

Commit

Permalink
move to mk-build-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Whiteley committed May 23, 2024
1 parent cbeefa4 commit 35f1a6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
with:
submodules: recursive
- name: Install dependencies
run: sudo apt-get install -y git-buildpackage debhelper dkms lsb-release dh-modaliases
run: sudo apt-get install -y build-essentials equivs lsb-release
run: mk-build-deps && sudo apt install -y ./facetimehd-dkms-build-deps*deb && git clean -xfd
- name: Environment survey
run:
lsb_release -a && uname -a
Expand Down

0 comments on commit 35f1a6b

Please sign in to comment.