Updating packager as binutils changed version so that apt-get installs current versions

This commit is contained in:
Daniel Jones 2022-12-14 11:06:17 -06:00
parent b7f37c7ce3
commit 2e45f3badc

View file

@ -377,6 +377,9 @@ jobs:
- name: Removing systemd file
run: rm -rf packaging/deb/bor/lib/systemd/system/bor.service
- name: Updating the apt-get
run: sudo apt-get update -y
- name: Adding requirements for cross compile
run: sudo apt-get install g++-aarch64-linux-gnu gcc-aarch64-linux-gnu