Skip to content

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Mar 19, 2024
1 parent 7ae6ef9 commit 855800a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.11"]
target: [x86_64]
defaults:
run:
Expand Down
2 changes: 0 additions & 2 deletions src/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ proc-macro2 = "1.0.69"
rand = "0.8.5"
bytes = "1.5.0"
opus = "0.3.0"
audiopus_sys = { version = "0.2.2", features = ["static"] }


[dependencies.csgoproto]
path = "../csgoproto"
Expand Down

0 comments on commit 855800a

Please sign in to comment.