Skip to content

Commit

Permalink
update apt for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo committed Sep 17, 2024
1 parent e3e2c18 commit e0169ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ampd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
if [ "$ARCH" == "arm64" ]
then
sudo dpkg --add-architecture arm64
sudo apt-get update
sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libssl-dev:arm64
echo "OPENSSL_INCLUDE_DIR" $(ls /usr/include/openssl)
Expand Down

0 comments on commit e0169ab

Please sign in to comment.