Skip to content

Commit

Permalink
fixes linux arm lib compilation script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Bechtold committed Jan 2, 2025
1 parent 97d456c commit ce06a7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ jobs:
apt-get install -y build-essential \
curl \
python3 \
g++-aarch64-linux-gnu
g++-aarch64-linux-gnu \
pkg-config
- uses: actions/checkout@v3
- name: Compile library
run: |
Expand Down

0 comments on commit ce06a7e

Please sign in to comment.