Skip to content

Commit

Permalink
Update Builddebs.yml corrected gcc-aarch64-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
Aygath authored Nov 6, 2023
1 parent f489185 commit 1a5860c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Builddebs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: install help2man devscripts debmake debhelper gcc-arm*
run: sudo apt update;
sudo apt-get --quiet -y install help2man devscripts debmake debhelper
sudo apt-get --quiet -y install help2man devscripts debmake debhelper gcc-aarch64-linux-gnu

- name: configure
run: ./configure
Expand Down

0 comments on commit 1a5860c

Please sign in to comment.