We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7f37c7 + 2e45f3b commit 5eebbfaCopy full SHA for 5eebbfa
.github/workflows/packager.yml
@@ -377,6 +377,9 @@ jobs:
377
- name: Removing systemd file
378
run: rm -rf packaging/deb/bor/lib/systemd/system/bor.service
379
380
+ - name: Updating the apt-get
381
+ run: sudo apt-get update -y
382
+
383
- name: Adding requirements for cross compile
384
run: sudo apt-get install g++-aarch64-linux-gnu gcc-aarch64-linux-gnu
385
@@ -730,4 +733,4 @@ jobs:
730
733
prerelease: true
731
734
files: |
732
735
packaging/deb/bor**.deb
- binary/bo**
736
+ binary/bo**
0 commit comments