mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
more xcompile deps
This commit is contained in:
@@ -26,11 +26,14 @@ jobs:
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
target: ${{ matrix.architecture }}-${{ matrix.suffix }}
|
||||
- name: Install cross-compilation tools
|
||||
if: matrix.os == 'ubuntu-latest' && matrix.architecture == 'aarch64'
|
||||
- name: Install cross-compilation tools and dependencies
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y gcc-aarch64-linux-gnu
|
||||
sudo apt-get install -y pkg-config libssl-dev
|
||||
if [ "${{ matrix.architecture }}" = "aarch64" ]; then
|
||||
sudo apt-get install -y gcc-aarch64-linux-gnu libssl-dev:arm64
|
||||
fi
|
||||
- id: build
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user