Skip to content

Commit

Permalink
CI: compile alsa-lib inside /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Sep 5, 2023
1 parent 9fd8851 commit 5482bb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y gcc libasound2-dev

- name: Download alsa-lib sources
working-directory: /tmp
run: |
wget http://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.10.tar.bz2
tar -xvf alsa-lib-1.2.10.tar.bz2
- name: Cross-compile alsa-lib for armhf
working-directory: /tmp
run: |
sudo apt-get install -y gcc-arm-linux-gnueabihf
cd alsa-lib-1.2.10
Expand All @@ -41,6 +43,7 @@ jobs:
make clean
- name: Cross-compile alsa-lib for arm64
working-directory: /tmp
run: |
sudo apt-get install -y gcc-aarch64-linux-gnu
cd alsa-lib-1.2.10
Expand Down

0 comments on commit 5482bb2

Please sign in to comment.