Skip to content

Commit

Permalink
fix: fix ubuntu 4
Browse files Browse the repository at this point in the history
  • Loading branch information
xilosada committed Jun 10, 2024
1 parent ef90b8f commit 01b3ddf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/desktop_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install target for ${{ matrix.target }}
run: rustup target add ${{ matrix.target }}

- name: Install dependencies for Linux
- name: Install dependencies for cross-compilation
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu libssl-dev pkg-config
Expand Down Expand Up @@ -73,6 +73,8 @@ jobs:
PKG_CONFIG_PATH: ${{ env.PKG_CONFIG_PATH }}
PKG_CONFIG_ALLOW_CROSS: ${{ env.PKG_CONFIG_ALLOW_CROSS }}
PKG_CONFIG_SYSROOT_DIR: ${{ env.PKG_CONFIG_SYSROOT_DIR }}
CC: aarch64-linux-gnu-gcc
CXX: aarch64-linux-gnu-g++
run: cargo build -p calimero-node --release --target ${{ matrix.target }}

- name: Build the crate for x86_64
Expand Down

0 comments on commit 01b3ddf

Please sign in to comment.