Skip to content

Commit ec6312e

Browse files
committed
Test
1 parent ae9cf53 commit ec6312e

File tree

3 files changed

+65
-45
lines changed

3 files changed

+65
-45
lines changed

.github/workflows/Build.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -30,39 +30,39 @@ jobs:
3030
strategy:
3131
matrix:
3232
include:
33-
- os: ubuntu-latest
34-
target: x86_64-unknown-linux-gnu
35-
artifact-name: ubuntu-x64
36-
prebuild-config: |
37-
sudo apt-get update
38-
sudo apt-get install -y libasound2-dev
39-
40-
- os: ubuntu-24.04-arm
41-
target: aarch64-unknown-linux-gnu
42-
artifact-name: ubuntu-arm64
43-
prebuild-config: |
44-
sudo apt-get update
45-
sudo apt-get install -y libasound2-dev
46-
47-
- os: windows-latest
48-
target: x86_64-pc-windows-msvc
49-
artifact-name: windows-x64
50-
prebuild-config:
51-
52-
# - os: windows-11-arm
53-
# target: aarch64-pc-windows-msvc
54-
# artifact-name: windows-arm64
33+
# - os: ubuntu-latest
34+
# target: x86_64-unknown-linux-gnu
35+
# artifact-name: ubuntu-x64
36+
# prebuild-config: |
37+
# sudo apt-get update
38+
# sudo apt-get install -y libasound2-dev
39+
40+
# - os: ubuntu-24.04-arm
41+
# target: aarch64-unknown-linux-gnu
42+
# artifact-name: ubuntu-arm64
43+
# prebuild-config: |
44+
# sudo apt-get update
45+
# sudo apt-get install -y libasound2-dev
46+
47+
# - os: windows-latest
48+
# target: x86_64-pc-windows-msvc
49+
# artifact-name: windows-x64
5550
# prebuild-config:
5651

57-
- os: macos-15-intel
58-
target: x86_64-apple-darwin
59-
artifact-name: macos-x64
60-
prebuild-config:
52+
- os: windows-11-arm
53+
target: aarch64-pc-windows-msvc
54+
artifact-name: windows-arm64
55+
prebuild-config:
56+
57+
# - os: macos-15-intel
58+
# target: x86_64-apple-darwin
59+
# artifact-name: macos-x64
60+
# prebuild-config:
6161

62-
- os: macos-latest
63-
target: aarch64-apple-darwin
64-
artifact-name: macos-arm64
65-
prebuild-config:
62+
# - os: macos-latest
63+
# target: aarch64-apple-darwin
64+
# artifact-name: macos-arm64
65+
# prebuild-config:
6666

6767
steps:
6868
- uses: actions/checkout@v3

Cargo.lock

Lines changed: 34 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ serde = { version = "1.0.219", features = ["derive"] }
2626
serde_json = "1.0.140"
2727
rodio = "0.20.1"
2828
reqwest = { version = "0.12.19", features = ["blocking", "json"] }
29-
minimp3_fixed = "0.5.4"
29+
minimp3 = "0.6.1"
3030
clap = { version = "4.5.39", features = ["derive"] }
3131
indicatif = "0.17.11"
3232
console = "0.15.11"

0 commit comments

Comments
 (0)