We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b95712 commit a15972cCopy full SHA for a15972c
.github/workflows/rust.yml
@@ -45,6 +45,12 @@ jobs:
45
libgstrtspserver-1.0-dev \
46
libges-1.0-dev
47
48
+ - name: Install cross-compiler for aarch64
49
+ if: matrix.target == 'aarch64-unknown-linux-gnu'
50
+ run: |
51
+ sudo apt-get update
52
+ sudo apt-get install -y gcc-aarch64-linux-gnu libc6-dev-arm64-cross
53
+
54
- name: Add target if needed
55
run: rustup target add ${{ matrix.target }}
56
0 commit comments