mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Merge pull request #634 from maticnetwork/djpolygon/packagerDepUpdate
Djpolygon/packager dep update
This commit is contained in:
commit
5eebbfa307
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