mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Updating packager as binutils changed version so that apt-get installs current versions
This commit is contained in:
parent
b7f37c7ce3
commit
2e45f3badc
1 changed files with 4 additions and 1 deletions
5
.github/workflows/packager.yml
vendored
5
.github/workflows/packager.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
@ -730,4 +733,4 @@ jobs:
|
|||
prerelease: true
|
||||
files: |
|
||||
packaging/deb/bor**.deb
|
||||
binary/bo**
|
||||
binary/bo**
|
||||
|
|
|
|||
Loading…
Reference in a new issue