Skip to content

Commit 5dbc954

Browse files
committed
merge fixes from dev workflow to production
1 parent 592eb22 commit 5dbc954

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/production.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install ninja
2323
run: pipx install ninja
2424

25+
- name: Install alsa deps
26+
run: sudo apt-get install libasound2-dev
27+
2528
- name: Build sdist
2629
run: pipx run build --sdist
2730

@@ -44,6 +47,9 @@ jobs:
4447
with:
4548
submodules: true
4649

50+
- uses: ilammy/msvc-dev-cmd@v1
51+
if: matrix.os == 'windows-latest'
52+
4753
- name: Build wheels
4854
uses: pypa/[email protected]
4955

0 commit comments

Comments
 (0)