Seagate / openSeaChest

Cross platform utilities useful for performing various operations on SATA, SAS, NVMe, and USB storage devices.
Other
436 stars 60 forks source link

quick: fix windows clang CI #93

Closed ThunderEX closed 1 year ago

ThunderEX commented 1 year ago

The changes here are:

  1. For windows clang workflow, it sometimes report "over the account limit" when downloading LLVM, it may be due to limit of request to GitHub, so I try to fix by authenticate request example
  2. Besides, I fixed issue that download of LLVM should be skipped if cache hits but it does not work. I also removed step of setup-python since all runners has already installed python and pip.
vonericsen commented 1 year ago

@ThunderEX, Thanks for figuring this out! This is excellent