Skip to content

Commit

Permalink
rearranging commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo committed Sep 17, 2024
1 parent e01f19e commit a6bd3b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-ampd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
if [ "$ARCH" == "arm64" ]
then
sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
sudo tee /etc/apt/sources.list > /dev/null << EOF
# AMD64 repositories
Expand All @@ -131,7 +133,8 @@ jobs:
if [ "$ARCH" == "arm64" ]
then
sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libssl-dev:arm64
echo "installing libssl-dev:arm64"
sudo apt-get install libssl-dev:arm64
echo "OPENSSL_INCLUDE_DIR" $(ls /usr/include/openssl)
echo "find opensslconf.h:" $(find /usr -name opensslconf.h)
Expand Down

0 comments on commit a6bd3b6

Please sign in to comment.