ThinBridge / Chronos

Chromiumベースの業務ブラウザ
Other
5 stars 3 forks source link

Resolve failure of beta build #206

Closed HashidaTKS closed 1 week ago

HashidaTKS commented 1 week ago

https://github.com/ThinBridge/Chronos/actions/runs/9659403618/job/26642692548

It seems that the current beta version is cef_binary_127.0.6+gbbc35eb+chromium-127.0.6533.17_windows32_beta_minimal, on the other hand, CI specifies cef_binary_126.2.0+g5c56e98+chromium-126.0.6478.62_windows32_beta_minimal and it was not found.

HashidaTKS commented 1 week ago

having tried to replace 119.4.3+gc76a3b9+chromium-119.0.6045.159 to 127.0.6+gbbc35eb+chromium-127.0.6533.17 for setup-cef.bat

https://github.com/ThinBridge/Chronos/actions/runs/9659403618/job/26642692548#step:5:17

sed -i -e s/119.4.3+gc76a3b9+chromium-119.0.6045.159/127.0.6+gbbc35eb+chromium-127.0.6533.17/ .github/../setup-cef.bat

However, the result was:

set CEFVER=cef_binary_126.2.0+g5c56e98+chromium-126.0.6478.62_windows32_beta_minimal

Hmm, was CEFVER already cef_binary_126.2.0... ...?