Skip to content

Commit

Permalink
update apt in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ephess committed Dec 20, 2022
1 parent 1f79990 commit f1d1109
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@ jobs:
- name: Removing systemd file
run: rm -rf packaging/deb/bor/lib/systemd/system/bor.service

- name: make sure apt is up to date
run: sudo apt-get update

- name: Adding requirements for cross compile
run: sudo apt-get install g++-aarch64-linux-gnu gcc-aarch64-linux-gnu

Expand Down

0 comments on commit f1d1109

Please sign in to comment.