tramhao / termusic

Music Player TUI written in Rust
GNU General Public License v3.0
1.05k stars 44 forks source link

chore(workflows/build): windows: dont install llvm for clang #337

Closed hasezoey closed 3 months ago

hasezoey commented 3 months ago

Because something changed and chocolatey fails if a newer version is already there and does not allow setting version ranges.

excerpt:

By installing, you accept licenses for the packages.
A newer version of llvm (v18.1.6) is already installed.
 Use --allow-downgrade or --force to attempt to install older versions.

Chocolatey installed 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - llvm - A newer version of llvm (v18.1.6) is already installed.
 Use --allow-downgrade or --force to attempt to install older versions.

full log, likely gone in a few months

PS: i still have no clue why that was a problem in the first place for a week