Skip to content

Commit

Permalink
Update build-on-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rippanda12 authored Dec 14, 2024
1 parent d2a7aa1 commit 4f02019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
export LANG=C
sudo apt-get update
sudo apt-get build-dep --no-install-recommends -y .
sudo apt-get install --no-install-recommends -y git-buildpackage debhelper devscripts gcc-aarch64-linux-gnu
sudo apt-get install --no-install-recommends -y git-buildpackage debhelper devscripts gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu
debuild --no-lintian -us -uc -b -aarm64 -Pcross -d
- name: Workaround actions
Expand Down

0 comments on commit 4f02019

Please sign in to comment.