There was an error while loading. Please reload this page.
2 parents 3ab912a + 6fa7ac3 commit 06e5ae2Copy full SHA for 06e5ae2
1 file changed
.github/workflows/publish.yml
@@ -48,11 +48,13 @@ jobs:
48
with:
49
targets: ${{ matrix.target }}
50
51
+ - name: Install system dependencies (Linux)
52
+ if: runner.os == 'Linux'
53
+ run: sudo apt-get update && sudo apt-get install -y libdbus-1-dev pkg-config
54
+
55
- name: Install cross-compilation tools (aarch64-linux)
56
if: matrix.target == 'aarch64-unknown-linux-gnu'
- run: |
- sudo apt-get update
- sudo apt-get install -y gcc-aarch64-linux-gnu
57
+ run: sudo apt-get install -y gcc-aarch64-linux-gnu
58
59
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
60
0 commit comments