aurelienpierreeng / ansel

A darktable fork minus the bloat plus some design vision.
https://ansel.photos
GNU General Public License v3.0
689 stars 22 forks source link

Actions issue: Releases are broken #332

Closed cricalix closed 5 months ago

cricalix commented 6 months ago

Code of Conduct

Search previous report

Computer's operating system

Linux

What GPU do you have ?

AMD/ATI

Ansel version

N/A

Type of binary

Pre-built packages provided by the Ansel project (.AppImage, .EXE)

What happened?

The actions pipeline for releases is red for all nightlies as far as I can see. There are warnings about one of the dependencies being deprecated, but unfortunately the actual errors are only visible to the pipeline/repository owner.

The impact of this is that the AppImage nightly download link on ansel.photos doesn't work, because no release has been generated recently (it implies a 90 day cache).

Does your problem occur with OpenCL enabled ?

No

Does your problem occur with OpenCL disabled ?

No

Previous Ansel version that use to work

No response

Output of ansel -d all

No response

Backtrace

No response

aurelienpierre commented 5 months ago

libcurl was updated from 8.7 to 8.8 on Windows MSYS2 and that version is bugged, breaking CI and nightly builds.

aurelienpierre commented 5 months ago

Fixed

cricalix commented 5 months ago

Thank you.