Skip to content

Commit

Permalink
Another attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Aug 25, 2024
1 parent fe20c5a commit e7f929d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ permissions:
env:
LIBOPUS_STATIC: 1
OPUS_STATIC: 1
LIBOPUS_NO_PKG: 1
OPUS_NO_PKG: 1

jobs:
linux:
Expand All @@ -42,6 +44,8 @@ jobs:
docker-options: |
-e LIBOPUS_STATIC=1
-e OPUS_STATIC=1
-e LIBOPUS_NO_PKG=1
-e OPUS_NO_PKG=1
manylinux: auto
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e7f929d

Please sign in to comment.