Fix the alsa-lib version to v1.2.12 (#1048)
This commit is contained in:
2
.github/workflows/build-wheels-linux.yaml
vendored
2
.github/workflows/build-wheels-linux.yaml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
uses: pypa/cibuildwheel@v2.16.5
|
||||
env:
|
||||
CIBW_BEFORE_ALL: |
|
||||
git clone --depth 1 https://github.com/alsa-project/alsa-lib
|
||||
git clone --depth 1 --branch v1.2.12 https://github.com/alsa-project/alsa-lib
|
||||
cd alsa-lib
|
||||
./gitcompile
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user