Skip to content

Commit

Permalink
fix: fix ubuntu 7
Browse files Browse the repository at this point in the history
  • Loading branch information
xilosada committed Jun 10, 2024
1 parent 5fed172 commit 62641e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/desktop_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
echo "PKG_CONFIG_PATH=$HOME/openssl-aarch64/lib/pkgconfig" >> $GITHUB_ENV
echo "PKG_CONFIG_ALLOW_CROSS=1" >> $GITHUB_ENV
echo "PKG_CONFIG_SYSROOT_DIR=/" >> $GITHUB_ENV
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
- name: Cache cargo registry
uses: actions/cache@v3
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
CXX: aarch64-linux-gnu-g++
AR: aarch64-linux-gnu-ar
RANLIB: aarch64-linux-gnu-ranlib
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
run: cargo build -p calimero-node --release --target ${{ matrix.target }}

- name: Build the crate for x86_64
Expand Down

0 comments on commit 62641e1

Please sign in to comment.